aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/string.rs')
-rw-r--r--src/content/string.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/string.rs b/src/content/string.rs
index 2723785..25d8582 100644
--- a/src/content/string.rs
+++ b/src/content/string.rs
@@ -55,6 +55,7 @@ fn before_data(tokenizer: &mut Tokenizer, code: Code) -> StateFnResult {
/// ```
fn in_data(tokenizer: &mut Tokenizer, code: Code) -> StateFnResult {
match code {
+ // To do: line endings.
Code::None => {
tokenizer.exit(TokenType::Data);
(State::Ok, None)