Remove spurious space

This commit is contained in:
David de Boer
2015-05-07 14:40:41 +02:00
parent 9bff0ae65f
commit 2d543d7097

View File

@@ -144,7 +144,7 @@
</trans-unit> </trans-unit>
<trans-unit id="the-element-should-not-contain"> <trans-unit id="the-element-should-not-contain">
<source><![CDATA[/^the "(?P<element>[^"]*)" element should not contain "(?P<value>(?:[^"]|\\")*)"$/]]></source> <source><![CDATA[/^the "(?P<element>[^"]*)" element should not contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
<target><![CDATA[/^moet het element "(?P<element>[^"]*)" niet "(?P<value>(?:[^"]|\\")*)" bevatten $/]]></target> <target><![CDATA[/^moet het element "(?P<element>[^"]*)" niet "(?P<value>(?:[^"]|\\")*)" bevatten$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-should-see-text-in-element"> <trans-unit id="i-should-see-text-in-element">
<source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source> <source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source>