Skip to content

Commit

Permalink
add tests for tokens with trailing nodes (see #24).
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed Feb 4, 2015
1 parent 826f3cc commit c439313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/rewrite_clj/parser_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@
"\\\\" \\
"\\a" \a
"\\space" \space
"\\'" \'
":1.5" :1.5
":1.5.0" :1.5.0
":ns/key" :ns/key
"::1.5.1" ::1.5.1
"::key" ::key
"::xyz/key" :xyz/key
":x'" :x'
"sym" 'sym
"sym#" 'sym#
"sym'" 'sym'
"\"string\"" "string")

(tabular
Expand Down

0 comments on commit c439313

Please sign in to comment.