Skip to content

Commit

Permalink
Fix Quote Terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Jul 27, 2017
1 parent 83ea337 commit a17a1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/quotes.rs
Expand Up @@ -87,7 +87,7 @@ impl QuoteTerminator {
let bytes = &bytes[bytes.len()-2..];
bytes != &[b'&', b'&'] && bytes != &[b'|', b'|']
} else {
false
true
}
}
}
Expand Down

0 comments on commit a17a1b1

Please sign in to comment.