Commit c9c5bf5aa6d740fa28531c92771ea94c158d0eca

Thomas de Grivel 2024-07-13T16:25:56

test access in string

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/test/ic3/access.in b/test/ic3/access.in
index 19508e1..f122c3b 100644
--- a/test/ic3/access.in
+++ b/test/ic3/access.in
@@ -22,3 +22,5 @@ quote map.a.b.c
 map.a.b.c
 quote map.a.b.c + map.a.b.c
 map.a.b.c + map.a.b.c
+quote "0 #{map.a.b.c} 2"
+"0 #{map.a.b.c} 2"
diff --git a/test/ic3/access.out.expected b/test/ic3/access.out.expected
index c44bbbe..8cd99fd 100644
--- a/test/ic3/access.out.expected
+++ b/test/ic3/access.out.expected
@@ -22,3 +22,5 @@ map.a.b.c
 1
 map.a.b.c + map.a.b.c
 2
+"0 #{map.a.b.c} 2"
+"0 1 2"