Add explanatory comment to string concatenation test
This commit is contained in:
parent
8f799321d6
commit
48515b9f3b
@ -1,2 +1,4 @@
|
||||
(* Test that the string concatenation syntax in CameLIGO works *)
|
||||
|
||||
let concat_syntax (s: string) =
|
||||
s ^ "test_literal"
|
||||
|
Loading…
Reference in New Issue
Block a user