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

robotframework-2.7.7.atest.testdata.variables.resvarfiles.resource.txt Maven / Gradle / Ivy

The newest version!
*** Setting ***
Resource          resource_2.txt

*** Variable ***
${STRING}         Hello world!
${INTEGER}        ${42}
${FLOAT}          ${-1.2}
${BOOLEAN}        ${True}
${NONE VALUE}     ${None}
${ESCAPES}        one \\ two \\\\ \${non_existing}
${NO VALUE}       ${EMPTY}
${LIST}           Hello    world    !
${LIST WITH NON STRINGS}    ${42}    ${-1.2}    ${True}    ${None}
${LIST WITH ESCAPES}    one \\    two \\\\    three \\\\\\    \${non_existing}
@{ONE ITEM}       Hello again?
@{LIST}           Hello    again    ?
@{LIST WITH ESCAPES}    one \\    two \\\\    three \\\\\\    \${non_existing}
@{LIST CREATED FROM LIST WITH ESCAPES}    @{LIST WITH ESCAPES}
@{EMPTY LIST}
${lowercase}      Variable name in lower case
@{lowercase}      Variable name in lower case
${S P a c e s }    Variable name with spaces
@{s P a c es }    Variable name with spaces
${UNDER_scores}    Variable name with under scores
@{_u_n_d_e_r___s_c_o_r_e_s_}    Variable name with under scores
${ASSING MARK}    This syntax works starting from 1.8
@{ASSIGN MARK}    This syntax works    starting    from    ${1.8}
${PRIORITIES 1}    Resource File
${PRIORITIES 2}    Resource File
${PRIORITIES 3}    Resource File
${PRIORITIES 4}    Resource File




© 2015 - 2024 Weber Informatics LLC | Privacy Policy