summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/files/SExpressions.sublime-syntax2
-rw-r--r--assets/files/bad.toml2
-rw-r--r--assets/files/bad.txtbin70 -> 71 bytes
-rw-r--r--assets/files/bad.yaml2
-rw-r--r--assets/files/cylinder.svg2
-rw-r--r--assets/files/hello.txt2
-rw-r--r--assets/files/tetrahedron.svg2
-rw-r--r--assets/files/yaml-types.yaml2
-rw-r--r--tests/typ/compute/data.typ4
-rw-r--r--tests/typ/layout/par-justify.typ2
-rw-r--r--tests/typ/math/attach-p1.typ2
11 files changed, 11 insertions, 11 deletions
diff --git a/assets/files/SExpressions.sublime-syntax b/assets/files/SExpressions.sublime-syntax
index a18dd913..31c830a4 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 2d5da4d3..ac326d8f 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 71308112..bb50896b 100644
--- a/assets/files/bad.txt
+++ b/assets/files/bad.txt
Binary files differ
diff --git a/assets/files/bad.yaml b/assets/files/bad.yaml
index 330ec7a9..8910432e 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 76abafa6..32f691cb 100644
--- a/assets/files/cylinder.svg
+++ b/assets/files/cylinder.svg
@@ -23,4 +23,4 @@
</defs>
<path class="uuid-0c7f9eba-fb5c-4f1c-9149-e06b72f4e892" d="m23.679,7.031v17.941c0,1.407-3.435,2.56-7.679,2.56s-7.679-1.152-7.679-2.56V7.031c0-1.418,3.435-2.56,7.679-2.56s7.679,1.141,7.679,2.56Z"/>
<ellipse class="uuid-b242de72-c4d3-4028-9f50-e25a891b77c6" cx="16" cy="7.029" rx="7.681" ry="2.56"/>
-</svg> \ No newline at end of file
+</svg>
diff --git a/assets/files/hello.txt b/assets/files/hello.txt
index 5dd01c17..af5626b4 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 acd8d502..00d842ce 100644
--- a/assets/files/tetrahedron.svg
+++ b/assets/files/tetrahedron.svg
@@ -17,4 +17,4 @@
<polygon class="uuid-2456d980-f63b-4fa8-8dc4-6bc7ec43cb9d" points="29.689 20.18 15.999 26.07 15.999 5.93 29.689 20.18"/>
<polygon class="uuid-603863eb-1f17-44fc-809f-235048ac00d5" points="29.686 20.177 15.999 26.067 2.311 20.177 15.999 5.933 29.686 20.177"/>
<line class="uuid-603863eb-1f17-44fc-809f-235048ac00d5" x1="15.999" y1="5.933" x2="15.999" y2="26.067"/>
-</svg> \ No newline at end of file
+</svg>
diff --git a/assets/files/yaml-types.yaml b/assets/files/yaml-types.yaml
index eb759777..2da490c5 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 f13f7da8..7b3fc576 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 49694372..8d985cbf 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 94dc48ea..830ff26e 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
+$