-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
- 9.0.0.0.rc2
- 9.0.0.0.rc1
- 9.0.0.0.pre2
Showing
10 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
spec/truffle/tags/rubysl/rubysl-erb/spec/defmethod/def_erb_method_tags.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:ERB::DefMethod.def_erb_method define method to render eRuby object as an instance method of current module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:ERB#filename raises an exception if there are errors processing content | ||
fails:ERB#filename uses '(erb)' as filename when filename is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
fails:ERB.new compiles eRuby script into ruby code when trim mode is 0 or not specified | ||
fails:"ERB.new removes '\n' when trim_mode is 1 or '>'" | ||
fails:"ERB.new removes spaces at beginning of line and '\n' when trim_mode is 2 or '<>'" | ||
fails:ERB.new removes spaces around '<%- -%>' when trim_mode is '-' | ||
fails:ERB.new regards lines starting with '%' as '<% ... %>' when trim_mode is '%' | ||
fails:ERB.new regards lines starting with '%' as '<% ... %>' and remove "\n" when trim_mode is '%>' | ||
fails:ERB.new regard lines starting with '%' as '<% ... %>' and remove "\n" when trim_mode is '%<>' | ||
fails:ERB.new regard lines starting with '%' as '<% ... %>' and spaces around '<%- -%>' when trim_mode is '%-' | ||
fails:ERB.new accepts a safe level as second argument | ||
fails:ERB.new ignores '<%# ... %>' | ||
fails:ERB.new forget local variables defined previous one |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
fails:ERB#result is not able to h() or u() unless including ERB::Util | ||
fails:ERB#result is able to h() or u() if ERB::Util is included | ||
fails:ERB#result use TOPLEVEL_BINDING if binding is not passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
fails:ERB#run print the result of compiled ruby code | ||
fails:ERB#run is not able to h() or u() unless including ERB::Util | ||
fails:ERB#run is able to h() or u() if ERB::Util is included | ||
fails:ERB#run use TOPLEVEL_BINDING if binding is not passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
fails:ERB::Util.h escape (& < > " ') to (& < > " ') | ||
fails:ERB::Util.h not escape characters except (& < > " ') | ||
fails:ERB::Util.h return empty string when argument is nil | ||
fails:ERB::Util.h returns string when argument is number | ||
fails:ERB::Util.h returns string when argument is boolean |
5 changes: 5 additions & 0 deletions
5
spec/truffle/tags/rubysl/rubysl-erb/spec/util/html_escape_tags.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
fails:ERB::Util.html_escape escape (& < > " ') to (& < > " ') | ||
fails:ERB::Util.html_escape not escape characters except (& < > " ') | ||
fails:ERB::Util.html_escape return empty string when argument is nil | ||
fails:ERB::Util.html_escape returns string when argument is number | ||
fails:ERB::Util.html_escape returns string when argument is boolean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
fails:ERB::Util.u encode characters | ||
fails:ERB::Util.u encode unicode string | ||
fails:ERB::Util.u returns empty string when argument is nil | ||
fails:ERB::Util.u returns string when argument is number | ||
fails:ERB::Util.u returns string when argument is boolean |
5 changes: 5 additions & 0 deletions
5
spec/truffle/tags/rubysl/rubysl-erb/spec/util/url_encode_tags.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
fails:ERB::Util.url_encode encode characters | ||
fails:ERB::Util.url_encode encode unicode string | ||
fails:ERB::Util.url_encode returns empty string when argument is nil | ||
fails:ERB::Util.url_encode returns string when argument is number | ||
fails:ERB::Util.url_encode returns string when argument is boolean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters