Skip to content

Commit

Permalink
- Fixed and test to not have mandatory parens
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/sexp_processor/dev/": change = 6637]
  • Loading branch information
zenspider committed Sep 12, 2011
1 parent 8e96f5e commit b82b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pt_testcase.rb
Expand Up @@ -229,7 +229,7 @@ def self.unsupported_tests *tests
"Ruby2Ruby" => "class X\n alias :y :x\nend")

add_tests("and",
"Ruby" => "(a and b)",
"Ruby" => "a and b",
"RawParseTree" => [:and, [:vcall, :a], [:vcall, :b]],
"ParseTree" => s(:and,
s(:call, nil, :a, s(:arglist)),
Expand Down

0 comments on commit b82b87a

Please sign in to comment.