robotframework-2.7.7.atest.testdata.parsing.html_entityrefs.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
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
& & <tag> ' " >
${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}