Skip to content

Commit b5088bf

Browse files
committed
Fix pattern for hello world
1 parent c6554c6 commit b5088bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
TEST_PARAMS = {
4040
"hello_world": {
4141
"file": "hello_world.html",
42-
"pattern": "\\d+/\\d+/\\d+, \\d+:\\d+:\\d+",
42+
"pattern": "\\d+:\\d+:\\d+",
4343
"title": "PyScript Hello World",
4444
},
4545
}

0 commit comments

Comments
 (0)