aboutsummaryrefslogtreecommitdiffstats
path: root/test/erb
Commit message (Expand)AuthorAgeFilesLines
* Fixup 3292f4d965845d543733559fd1736b8c42fadab3Hiroshi SHIBATA2020-08-211-1/+1
* Fixed the executable path for erb commandHiroshi SHIBATA2020-08-211-3/+3
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-041-0/+1
* erb.rb: prohibit marshaling [EXPERIMENTAL]nobu2019-03-281-0/+13
* erb.rb: increase warn level only when non-zero safe_levelk0kubun2018-12-291-1/+7
* Revert "erb.rb: print deprecation warning with warn level 1"k0kubun2018-12-291-4/+4
* erb.rb: print deprecation warning with warn level 1k0kubun2018-12-251-4/+4
* erb.rb: warn invalid trim_mode [Misc #15294]k0kubun2018-11-121-0/+22
* Rename test classes to allow stable test count when running test-all -jnobu2018-03-131-1/+1
* lib/erb.rb: Add uplevel to warnkazu2018-02-241-1/+1
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-222-27/+69
* erb.rb: preserve the behavior for invalid syntaxk0kubun2017-12-271-0/+7
* erb.rb: shadow by keysnobu2017-12-221-0/+4
* fix test_erb.rb [GH-1763]nobu2017-11-211-0/+2
* bin/erb: change template file encoding to UTF-8k0kubun2017-11-101-0/+6
* test_erb.rb: add test cases for uncovered methodsk0kubun2017-09-261-0/+22
* test/erb/test_erb.rb: Fix unused variable warningk0kubun2017-05-291-0/+1
* erb.rb: Add ERB#result_with_hashk0kubun2017-05-251-0/+29
* erb.rb: Allow trimming CR in all trim_modesk0kubun2017-05-201-0/+8
* erb.rb: Allow explicit trimming carriage returnk0kubun2017-05-201-0/+11
* erb.rb: Allow trimming carriage returnk0kubun2017-05-201-0/+5
* erb.rb: Don't encode tilde in #url_encodek0kubun2017-05-171-0/+4
* erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu2016-01-291-0/+5
* test_erb.rb: improve assertionsnobu2016-01-291-38/+26
* erb.rb: frozen-string-literal safenobu2016-01-291-0/+9
* test_erb.rb: escapenobu2016-01-291-3/+3
* Allow ERB subclass to add token easily. [Feature #11936]seki2016-01-021-0/+53
* Add frozen_string_literal: false for all filesnaruse2015-12-163-0/+3
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-1/+0
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-7/+0
* erb: suppress warningsnobu2014-12-121-1/+2
* erb: set variables from the command linenobu2014-12-121-0/+10
* erb: lineno and location settersnobu2014-12-121-0/+19
* fix encoding specnobu2014-07-251-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-5/+0
* test: remove or replace trailing spacesnobu2012-12-071-11/+11
* erb.rb: safe concurrent usenobu2012-11-091-1/+11
* * lib/cgi/util.rb (CGI.escapeHTML): use 'naruse2012-08-211-2/+1
* * test/erb/test_erb.rb (test_html_escape): add assertions for theshugo2012-08-141-0/+3
* Suppress warnings.naruse2012-08-141-6/+12
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-141-1/+1
* * test/erb/test_erb.rb (test_html_escape): fix typo.shugo2012-08-131-1/+1
* * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo2012-08-131-0/+10
* supress warnings.akr2010-01-251-18/+18
* * test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.nobu2009-03-071-1/+1
* * test/erb/test_erb.rb: reverted space sensitive test results.nobu2009-03-071-12/+12
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-15/+15
* remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki2009-01-111-0/+4
* merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from...seki2009-01-031-17/+29
* * lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui2008-12-291-0/+123