Difference: UnicodeIFStmt (8 vs. 9)

Revision 92011-03-24 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

IF / AND / OR Statements

Line: 61 to 61
 
  1. Unicode 'B' is GE raw 'A'. Wrong, it's GT, but not GE. Same problem if you reverse Unicode & Raw operands.
  2. Unicode 'A' is LE raw 'B'. Wrong, it's LT, but not LE. Same problem if you reverse Unicode & Raw operands.
  3. National Fields have the same problems as 8 & 9, report LE/GE as true when it's only LT/GT.
Deleted:
<
<
  1. Unicode to Literal, same as 8,9,10, reports LE/GE when should just be GT/LT. Comparing literal \u03A3 to U+0385, or comparing U+03a3 to 'Testing'.

 \ No newline at end of file
Added:
>
>
  1. Unicode to Literal, same as 8,9,10, reports LE/GE when should just be GT/LT. Comparing literal \u03A3 to U+0385, or comparing U+03a3 to 'Testing'.
  2. National to Literal, same as 8,9,10, reports LE/GE when should be just GT/LT. Comparing National "A" to \u0024 ($), reports "A" is GE "$".

 \ No newline at end of file
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback