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 244a430 commit 09a224bCopy full SHA for 09a224b
test/expect-tests/dune_file_watcher/dune_file_watcher_tests_patterns.ml
@@ -23,6 +23,7 @@ let%expect_test _ =
23
test "dir/#file#";
24
test "dir/#subdir#/file";
25
test ".#file";
26
+ test ".#foobar.ml";
27
test "dir/.#file";
28
test "dir/.#subdir/file";
29
[%expect
@@ -40,6 +41,7 @@ let%expect_test _ =
40
41
should_exclude(dir/#file#) = true
42
should_exclude(dir/#subdir#/file) = false
43
should_exclude(.#file) = true
44
+ should_exclude(.#foobar.ml) = true
45
should_exclude(dir/.#file) = true
46
should_exclude(dir/.#subdir/file) = true
47
|}]
0 commit comments