diff --git a/assets/files/SExpressions.sublime-syntax b/assets/files/SExpressions.sublime-syntax index a18dd9133..31c830a40 100644 --- a/assets/files/SExpressions.sublime-syntax +++ b/assets/files/SExpressions.sublime-syntax @@ -70,4 +70,4 @@ contexts: push: block_comment - match: '\|#' scope: punctuation.definition.comment.sexpr - pop: true \ No newline at end of file + pop: true diff --git a/assets/files/bad.toml b/assets/files/bad.toml index 2d5da4d34..ac326d8fa 100644 --- a/assets/files/bad.toml +++ b/assets/files/bad.toml @@ -1 +1 @@ -"only a string" \ No newline at end of file +"only a string" diff --git a/assets/files/bad.txt b/assets/files/bad.txt index 713081121..bb50896be 100644 Binary files a/assets/files/bad.txt and b/assets/files/bad.txt differ diff --git a/assets/files/bad.yaml b/assets/files/bad.yaml index 330ec7a91..8910432ee 100644 --- a/assets/files/bad.yaml +++ b/assets/files/bad.yaml @@ -1 +1 @@ -this_will_break: [) \ No newline at end of file +this_will_break: [) diff --git a/assets/files/cylinder.svg b/assets/files/cylinder.svg index 76abafa65..32f691cb1 100644 --- a/assets/files/cylinder.svg +++ b/assets/files/cylinder.svg @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/assets/files/hello.txt b/assets/files/hello.txt index 5dd01c177..af5626b4a 100644 --- a/assets/files/hello.txt +++ b/assets/files/hello.txt @@ -1 +1 @@ -Hello, world! \ No newline at end of file +Hello, world! diff --git a/assets/files/tetrahedron.svg b/assets/files/tetrahedron.svg index acd8d5026..00d842ce3 100644 --- a/assets/files/tetrahedron.svg +++ b/assets/files/tetrahedron.svg @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/assets/files/yaml-types.yaml b/assets/files/yaml-types.yaml index eb7597779..2da490c56 100644 --- a/assets/files/yaml-types.yaml +++ b/assets/files/yaml-types.yaml @@ -5,4 +5,4 @@ float: 1.12 mapping: { '1': "one", '2': "two"} seq: [1, 2, 3, 4] bool: false -true: bool \ No newline at end of file +true: bool diff --git a/tests/typ/compute/data.typ b/tests/typ/compute/data.typ index f13f7da81..7b3fc5760 100644 --- a/tests/typ/compute/data.typ +++ b/tests/typ/compute/data.typ @@ -4,7 +4,7 @@ --- // Test reading plain text files #let data = read("/files/hello.txt") -#test(data, "Hello, world!") +#test(data, "Hello, world!\n") --- // Error: 18-38 file not found (searched at files/missing.txt) @@ -62,7 +62,7 @@ )) --- -// Error: 7-24 failed to parse toml file: expected `.`, `=`, index 15-15 +// Error: 7-24 failed to parse toml file: expected `.`, `=`, index 15-16 #toml("/files/bad.toml") --- diff --git a/tests/typ/layout/par-justify.typ b/tests/typ/layout/par-justify.typ index 496943724..8d985cbf2 100644 --- a/tests/typ/layout/par-justify.typ +++ b/tests/typ/layout/par-justify.typ @@ -30,4 +30,4 @@ D E F #linebreak(justify: true) // Test that the last line can be shrunk #set page(width: 155pt) #set par(justify: true) -This text can be fitted in one line. \ No newline at end of file +This text can be fitted in one line. diff --git a/tests/typ/math/attach-p1.typ b/tests/typ/math/attach-p1.typ index 94dc48ea0..830ff26e2 100644 --- a/tests/typ/math/attach-p1.typ +++ b/tests/typ/math/attach-p1.typ @@ -56,4 +56,4 @@ $ 1/(V^2^3^4^5), bl: attach(2, bl: attach(3, bl: attach(4, bl: 5))), br: attach(2, br: attach(3, br: attach(4, br: 5))), ) -$ \ No newline at end of file +$