Mercurial > hg > ooxml
comparison parse.py @ 35:e500d7c18aad
Fixed confusion wrt gen vs. num, nature of @ format (id=49)
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 13 Apr 2017 23:09:58 +0100 |
parents | 263a1935d37d |
children | 793496d2d165 |
comparison
equal
deleted
inserted
replaced
34:93fd0d532754 | 35:e500d7c18aad |
---|---|
22 "\{[^}]+}", | 22 "\{[^}]+}", |
23 sListSeparator, | 23 sListSeparator, |
24 "[^" + cw + "]+(?:\.[^" + cw + "]+)*\\(", | 24 "[^" + cw + "]+(?:\.[^" + cw + "]+)*\\(", |
25 "\\)", | 25 "\\)", |
26 "^=|\\(", | 26 "^=|\\(", |
27 "'[^']+'", | 27 "'[^']+'", #((?:'[^']+')|(?:\[[0-9]+\][^!]*)) |
28 "\$?[A-Z]+\$?[0-9]+", | 28 "\$?[A-Z]+\$?[0-9]+", |
29 "[a-zA-Z_\\\\][a-zA-Z0-9._]*", | 29 "[a-zA-Z_\\\\][a-zA-Z0-9._]*", |
30 "."] | 30 "."] |
31 | 31 |
32 ## They perform the following tasks, in order: | 32 ## They perform the following tasks, in order: |