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 d4c2482 commit dbb384cCopy full SHA for dbb384c
examples/dune
@@ -39,7 +39,8 @@
39
(action (run %{bin:tiny-httpd-vfs-pack} -o %{targets}
40
--mirror=files/
41
--file=test_out.txt,%{out}
42
- --url=example_dot_com,http://example.com)))
+ ; --url=example_dot_com,http://example.com ; this breaks tests in opam sandbox 😢
43
+ )))
44
45
(rule
46
(targets vfs.ml)
tests/echo1.expect
@@ -27,12 +27,6 @@ a.txt
27
(12b)
28
</li>
29
<li>
30
-<a href="/vfs/example_dot_com">
31
-example_dot_com
32
-</a>
33
- (1.12k)
34
-</li>
35
-<li>
36
<a href="/vfs/foo.html">
37
foo.html
38
</a>
0 commit comments