You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<test-casename="fo-test-fn-graphemes-004">
<description>Test case for fn:graphemes</description>
<createdby="Michael Kay using generate-qt3-test-set.xsl"on="2024-09-13"/>
<environmentref="global"/>
<test>
let $crlf :=
char('\r') || char('\n')
return
graphemes($crlf)
</test>
<result>
<assert-deep-eq>$crlf</assert-deep-eq>
</result>
</test-case>
I'm not sure if there's already a mechanism to suppress some examples from generating tests, or if you think it's worth fixing the way the example is written.
The text was updated successfully, but these errors were encountered:
The test will be changed by qt4cg/qtspecs#1434, but we could also drop it completely. It needs to be read at least twice to understand what it wants to express.
@michaelhkay this generated test is broken:
I'm not sure if there's already a mechanism to suppress some examples from generating tests, or if you think it's worth fixing the way the example is written.
The text was updated successfully, but these errors were encountered: