mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
chore: remove old FIXME
This commit is contained in:
parent
0a25ec4583
commit
81af31bf62
@ -437,8 +437,6 @@ impl Lexer {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME: Add support for nowdocs too by checking if a `'`
|
|
||||||
// character is present before and after the identifier.
|
|
||||||
let label: ByteString = match self.peek_identifier(state) {
|
let label: ByteString = match self.peek_identifier(state) {
|
||||||
Some(_) => self.consume_identifier(state).into(),
|
Some(_) => self.consume_identifier(state).into(),
|
||||||
None => match state.source.current() {
|
None => match state.source.current() {
|
||||||
|
Loading…
Reference in New Issue
Block a user