summaryrefslogtreecommitdiff
path: root/test/test-main.rb
diff options
context:
space:
mode:
author(no author) <(no author)@c9e70521-770b-0410-b9ac-ce6205b42a9f>2007-02-11 12:45:33 +0000
committer(no author) <(no author)@c9e70521-770b-0410-b9ac-ce6205b42a9f>2007-02-11 12:45:33 +0000
commit0a433fe7a477abde9e7c0a1253760333f741bae9 (patch)
tree34ddeef0b26cda97058b35e0f9d0c9f9e13a73e7 /test/test-main.rb
parented19bab600e363c2fa8c4b99f622795b2ac22656 (diff)
downloaderubis-0a433fe7a477abde9e7c0a1253760333f741bae9.tar.gz
- [change] option '-T' is removed
- [update] user's guide
Diffstat (limited to 'test/test-main.rb')
-rw-r--r--test/test-main.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-main.rb b/test/test-main.rb
index f3d1a9f..65adbc6 100644
--- a/test/test-main.rb
+++ b/test/test-main.rb
@@ -272,7 +272,7 @@ END
end
- def test_notrim1 # -T
+ def test_notrim1 # --trim=false
@input = INPUT
@expected = <<'END'
list:
@@ -285,12 +285,12 @@ list:
user: (none)
END
- @options = "-T"
+ @options = "--trim=false" # -T
_test()
end
- def test_notrim2 # -T
+ def test_notrim2 # --trim=false
@input = INPUT
# @expected = <<'END'
#_buf = ''; _buf << "list:\n"
@@ -311,7 +311,7 @@ _buf = ''; _buf << 'list:
';
_buf.to_s
END
- @options = "-xT"
+ @options = "-x --trim=false" # -xT
_test()
end