diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-10 13:56:29 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-10 13:56:29 +0200 |
| commit | aad3a7a76ea9c38b4f954fe9768174ac6065af35 (patch) | |
| tree | 367630942ce0d0fefcbbe42da5d69ec9eaff90e8 /bparser.py | |
| parent | 2772a4cbdf72f11146cff2711feb2fe94cc35f6a (diff) | |
| download | meson-aad3a7a76ea9c38b4f954fe9768174ac6065af35.tar.gz | |
Added test for external deps and fixed comments at the same time.
Diffstat (limited to 'bparser.py')
| -rwxr-xr-x | bparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bparser.py b/bparser.py index 31aa2cf6d..1f4bdc243 100755 --- a/bparser.py +++ b/bparser.py @@ -54,7 +54,7 @@ t_LBRACKET = '\[' t_RBRACKET = '\]' t_LBRACE = '\{' t_RBRACE = '\}' -t_COMMENT = '\#[^\n]*' +t_ignore_COMMENT = '\\#.*?(?=\\n)' t_COMMA = ',' t_DOT = '\.' t_COLON = ':' |
