We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdec1c commit ee637c7Copy full SHA for ee637c7
Makefile
@@ -9,6 +9,9 @@ build:
9
test:
10
@dune runtest --no-buffer --force $(OPTS)
11
12
+test-autopromote:
13
+ @dune runtest --no-buffer --force $(OPTS) --auto-promote
14
+
15
clean:
16
@dune clean
17
tests/echo1.expect
@@ -50,7 +50,7 @@ test_out.txt
50
</html>
51
hello
52
world
53
-ykjNycnnKs8vyknhAgAAAP//AwA=
+ykjNycnnKs8vyknhAgAAAP//
54
55
<html>
56
<head>
0 commit comments