1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/11828] Fix greedy operators in lexer

Use lazy operators and use stricter validation

PHPBB3-11828
This commit is contained in:
Nathan Guse
2013-09-12 14:15:41 -05:00
parent fc1dfd779d
commit 8c2f73bb09
3 changed files with 6 additions and 5 deletions

View File

@@ -16,3 +16,4 @@ $VALUE == 'abc'
{$VALUE}
<!-- DEFINE $VALUE = '' -->
[{$VALUE}]
<!-- DEFINE $TEST -->foobar<!-- ENDDEFINE -->|{$TEST}|