ligo/src/test/contracts/string_arithmetic.mligo

5 lines
120 B
Plaintext
Raw Normal View History

(* Test that the string concatenation syntax in CameLIGO works *)
let concat_syntax (s: string) =
s ^ "test_literal"