Skip to content

Commit 27e8244

Browse files
committed
Updated test case
1 parent f9c9b17 commit 27e8244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/transform.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Feature: Transformations
1111

1212
Examples:
1313
| expr | tree | notes |
14-
| "1 + 2" | [:do,[:callm, [:sexp, :__I1], :+ , [[:sexp, :__I2]]]] | |
15-
| "puts 42" | [:do, [:call, :puts, [[:sexp,:__I42]]]] | |
14+
| "1 + 2" | [:do,[:callm, [:sexp, [:__int, 1]], :+ , [[:sexp, [:__int, 2]]]]] | |
15+
| "puts 42" | [:do, [:call, :puts, [[:sexp, [:__int, 42]]]]] | |

0 commit comments

Comments
 (0)