diff options
author | Bryan Ricker <bricker88@gmail.com> | 2013-04-29 15:42:16 -0700 |
---|---|---|
committer | Bryan Ricker <bricker88@gmail.com> | 2013-05-06 18:30:29 -0700 |
commit | 3c516c4b5278c27d55425f7c2f875ca1cd2e8511 (patch) | |
tree | e12dc6a87170da37bbbe591659d804c5b53050ad /actionpack/test/fixtures/digestor | |
parent | 17c1143af91fac5d1b6465ed5ad26315b1a2ec27 (diff) | |
download | rails-3c516c4b5278c27d55425f7c2f875ca1cd2e8511.tar.gz rails-3c516c4b5278c27d55425f7c2f875ca1cd2e8511.tar.bz2 rails-3c516c4b5278c27d55425f7c2f875ca1cd2e8511.zip |
Allow numbers in partial name for digesting
Add failing test for template with number at the end
Use \w for RENDER_DEPENDENCY regex
Spacing
Add CHANGELOG entry
Diffstat (limited to 'actionpack/test/fixtures/digestor')
-rw-r--r-- | actionpack/test/fixtures/digestor/messages/show.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/digestor/messages/show.html.erb b/actionpack/test/fixtures/digestor/messages/show.html.erb index 51b3b61e8e..130e67109e 100644 --- a/actionpack/test/fixtures/digestor/messages/show.html.erb +++ b/actionpack/test/fixtures/digestor/messages/show.html.erb @@ -7,7 +7,8 @@ <%= render @message.history.events %> <%# render "something_missing" %> +<%# render "something_missing_1" %> <% # Template Dependency: messages/form -%>
\ No newline at end of file +%> |