[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/translation.txt Identifying interpolation bug.

Malthe Borch mborch at gmail.com
Fri Jul 11 03:21:27 EDT 2008


Log message for revision 88245:
  Identifying interpolation bug.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/translation.txt

-=-
Modified: z3c.pt/trunk/src/z3c/pt/translation.txt
===================================================================
--- z3c.pt/trunk/src/z3c/pt/translation.txt	2008-07-11 06:52:50 UTC (rev 88244)
+++ z3c.pt/trunk/src/z3c/pt/translation.txt	2008-07-11 07:21:26 UTC (rev 88245)
@@ -187,7 +187,7 @@
   ... <div xmlns="http://www.w3.org/1999/xhtml"
   ...      xmlns:tal="http://xml.zope.org/namespaces/tal">
   ...   <span>inter${'pol' + 'ati'}on</span>is ${int('test') | 'convenient'}!
-  ...   <span>${'a'}${'b'}${'c'}</span>
+  ...   <span>${'a'}${'b'}${'c'} ${'d'}</span>
   ...   <span tal:define="hello 'Hello'" class="${hello} World!" />
   ...   <span class="my-${'class'} item${'Last'}" />
   ...   <span style="position: ${'abs'}olute"
@@ -195,7 +195,7 @@
   ... </div>""", translate_xml)
     <div>
       <span>interpolation</span>is convenient!
-      <span>abc</span>
+      <span>abc d</span>
       <span class="Hello World!" />
       <span class="my-class itemLast" />
       <span style="position: absolute" class="my-class itemLast" />



More information about the Checkins mailing list