Misc fixes (#432)

This commit is contained in:
Lianmin Zheng
2024-05-12 15:05:40 -07:00
committed by GitHub
parent 72bb344388
commit 6e09cf6a15
6 changed files with 23 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ def test_regex(args):
regex = (
r"""\{\n"""
+ r""" "name": "[\w]+",\n"""
+ r""" "population": [\w\d\s]+\n"""
+ r""" "population": [\d]+\n"""
+ r"""\}"""
)