mirror of
https://github.com/lightning/bolts.git
synced 2025-03-13 19:37:31 +01:00
It complains about escapes unless we tell it it's a regex: ``` /home/rusty/devel/cvs/bolts/./tools/extract-formats.py:27: SyntaxWarning: invalid escape sequence '\.' '(1\.|\*) type: (?P<value>[-0-9A-Za-z_|]+) \(`(?P<name>[A-Za-z0-9_]+)`\)( \(`?(?P<option>[^)`]*)`\))?') /home/rusty/devel/cvs/bolts/./tools/extract-formats.py:29: SyntaxWarning: invalid escape sequence '\.' '(1\.|\*) `tlv_stream`: `(?P<name>[A-Za-z0-9_]+)`') /home/rusty/devel/cvs/bolts/./tools/extract-formats.py:31: SyntaxWarning: invalid escape sequence '\.' '(1\.|\*) subtype: `(?P<name>[A-Za-z0-9_]+)`') /home/rusty/devel/cvs/bolts/./tools/extract-formats.py:33: SyntaxWarning: invalid escape sequence '\s' '\s+([0-9]+\.|\*) \[`(?P<typefield>[-._a-zA-Z0-9*+]+)`:`(?P<name>[_a-z0-9]+)`\]') /home/rusty/devel/cvs/bolts/./tools/extract-formats.py:35: SyntaxWarning: invalid escape sequence '\.' '(2\.|\*) data:') /home/rusty/devel/cvs/bolts/./tools/extract-formats.py:37: SyntaxWarning: invalid escape sequence '\.' '(2\.|\*) types:') ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
bolt3-bitcoind-test.sh | ||
extract-formats.py | ||
spellcheck.sh |