Skip to content

Commit

Permalink
fix TODO for string literal patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Jun 28, 2015
1 parent ea8bbbf commit b683ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/repl.ay
Expand Up @@ -27,7 +27,7 @@ fn(basic-repl(module, debug = false)):
input match:
nil: condition signal(.quit)

(String & { empty? }): .ok -- TODO: string literal patterns
"": .ok

(String & { =~ r"^:[[:alnum:]]" }):
condition signal(.special(input[1 .. -1]))
Expand Down

0 comments on commit b683ffc

Please sign in to comment.