aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-02-06 00:18:05 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-02-06 01:46:59 +0900
commitda9038eaa5d19c77c734a044c6b35d7bfac01104 (patch)
treeeaf9110c8d5dce1ad019b4038760eba67ed67185 /actionview/test/fixtures
parent4ca1dda0bfc9ba76c5da114ab47399a385ab059e (diff)
downloadrails-da9038eaa5d19c77c734a044c6b35d7bfac01104.tar.gz
rails-da9038eaa5d19c77c734a044c6b35d7bfac01104.tar.bz2
rails-da9038eaa5d19c77c734a044c6b35d7bfac01104.zip
Partial template name does no more have to be a valid Ruby identifier
because the partial renderer would not create an lvar per each template since c67005f221f102fe2caca231027d9b11cf630484
Diffstat (limited to 'actionview/test/fixtures')
-rw-r--r--actionview/test/fixtures/test/_FooBar.html.erb1
-rw-r--r--actionview/test/fixtures/test/_a-in.html.erb0
2 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/_FooBar.html.erb b/actionview/test/fixtures/test/_FooBar.html.erb
new file mode 100644
index 0000000000..4bbe59410a
--- /dev/null
+++ b/actionview/test/fixtures/test/_FooBar.html.erb
@@ -0,0 +1 @@
+🍣
diff --git a/actionview/test/fixtures/test/_a-in.html.erb b/actionview/test/fixtures/test/_a-in.html.erb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/actionview/test/fixtures/test/_a-in.html.erb