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"