]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/manual/indent/tcl.tcl: Add string interpolation case
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Nov 2020 21:54:06 +0000 (16:54 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Nov 2020 21:54:06 +0000 (16:54 -0500)
test/manual/indent/tcl.tcl

index c3781533ca4246898657e0b237a03d464c8e3c77..f055be1966345c090a927eb22866825c94b0b636 100644 (file)
@@ -20,3 +20,7 @@ proc foo3 {} {
     puts a""b";                 # And that won't either!
     puts "a""b";                # But this will!
 }
+
+# FIXME: The [..] interpolation within "..." strings is not properly
+# handled by the current `syntax-propertize-function`!
+set a "Testing: [split "192.168.1.1/24" "/"] address";