Skip to content

Commit 649cc2e

Browse files
committed
bracket-block test
1 parent 8b08c50 commit 649cc2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/patch.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ testrep(:(1; 2; 3), """
6666
end
6767
"""
6868

69+
testrep(:(1; 2; 3), "(1; 2)") == "(1; 2; 3)"
70+
6971
# Deletion
7072

7173
@test testrep(:(f()), "f(a)") == "f()"

0 commit comments

Comments
 (0)