Add explanatory comment to string concatenation test

This commit is contained in:
John David Pressman 2019-10-21 16:40:40 -07:00
parent 8f799321d6
commit 48515b9f3b

View File

@ -1,2 +1,4 @@
(* Test that the string concatenation syntax in CameLIGO works *)
let concat_syntax (s: string) =
s ^ "test_literal"