Skip to content

Commit 2fa3a4c

Browse files
committed
line 1130 - diagnostics: allow ? if it follows !
1 parent 91f3c10 commit 2fa3a4c

File tree

2 files changed

+148
-141
lines changed

2 files changed

+148
-141
lines changed

sample/importSat.xsl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
version="3.0">
1010

11-
<xsl:import href="sat.xsl"/>
11+
<xsl:import href="sat.xsl"/>
12+
13+
<xsl:variable name="test" as="xs:string" select="$map ! ?a"/>
14+
15+
<xsl:variable name="map" as="xs:string" select="map {'a': 1}"/>
1216

1317
</xsl:stylesheet>

0 commit comments

Comments
 (0)