endoli / commands.rs

A command system for Rust.
https://endoli.github.io/commands.rs/commands/
Apache License 2.0
18 stars 2 forks source link

Tokenizer: support single-quoted strings. #7

Closed wvdschel closed 8 years ago

wvdschel commented 8 years ago

Should fix #5.

waywardmonkeys commented 8 years ago

This shouldn't change the quoted_text test case to be single_quoted_text but it should add a new single_quoted_text test.

It should probably also test the error conditions like we do further below that.