All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.atest.testdata.parsing.html_entityrefs.html Maven / Gradle / Ivy

The newest version!



Robot Test Cases



Robot Test Cases for Escaping

Setting Value Value value Value
Documentation *Edit this file only using text editor!!* Bug in 1.8.4 was unnoticed because KompoZer had converted e.g. &aum; into real a-with-dots. NO RIDE either as it would cleanup even more data.
Variables html_entityrefs_variables.py
Variable Value Value Value Value
@{LIST} a b c
${SCALAR} abc
Test Case Action Argument Argument Argument
Scandinavian Letters Should Be Equal Hyvää üötä ÅÄÖ ${SCANDINAVIAN LETTERS}
XML Escapes Should Be Equal & &amp; <tag> ' " &gt;
${XML ESCAPES}
Other Escapes Should Be Equal §xxx ˜ ~ ${OTHER ESCAPES}
Numerical escapes Should Be Equal RF ☃ RF ☃
Variables using escapes Should Be Equal ${SCALAR} abc
Should Be Equal ${SCALAR} ${SCALAR}
Should Be True @{LIST} == ['a', 'b', 'c']
Should Be True @{LIST} == @{LIST} == @{LIST} == @{LIST}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy