diff --git a/tests/syntax-tests/highlighted/Typst/test.typ b/tests/syntax-tests/highlighted/Typst/test.typ index c14a24fe..55ee54bd 100644 --- a/tests/syntax-tests/highlighted/Typst/test.typ +++ b/tests/syntax-tests/highlighted/Typst/test.typ @@ -23,6 +23,6 @@ ) ```python -dev foo(): +def foo():  print("hi") ``` diff --git a/tests/syntax-tests/source/Typst/test.typ b/tests/syntax-tests/source/Typst/test.typ index 395258f7..d27b3aa4 100644 --- a/tests/syntax-tests/source/Typst/test.typ +++ b/tests/syntax-tests/source/Typst/test.typ @@ -23,6 +23,6 @@ ) ```python -dev foo(): +def foo(): print("hi") ```