-
Notifications
You must be signed in to change notification settings - Fork 2.5k
First 2 keywords for case-insensitive string comparison #2447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9f1490e
#2437 Options' default value of RobotSettings and RebotSettings shoul…
krizex 3edb9ea
Added the input parameters and logic to have "Should Be Equal"/"As St…
chriscallan f662c68
Added the input parameters and logic to have "Should Be Equal"/"As St…
ff5d372
Fix updated note in UG
pekkaklarck 654572b
Merge branch 'master' of https://github.com/krizex/robotframework int…
pekkaklarck aa8be6c
Cleaned up unit tests for handling state between runs
pekkaklarck c45a051
Small cleanup and added utest for handling settings between runs.
pekkaklarck ff0d0a1
Libdoc: Syntax highlighting when using reST. #2448
pekkaklarck ef94cb1
ug2html.py: Require new enough Pygments version.
pekkaklarck 54df5e0
Modified the logic for some of the keywords to utilize internal varia…
chriscallan 87297c2
#2437 Options' default value of RobotSettings and RebotSettings shoul…
krizex c5a1f2f
Fix updated note in UG
pekkaklarck ba8a32a
Cleaned up unit tests for handling state between runs
pekkaklarck 2a16a90
Small cleanup and added utest for handling settings between runs.
pekkaklarck 6185473
Libdoc: Syntax highlighting when using reST. #2448
pekkaklarck 4e63a85
ug2html.py: Require new enough Pygments version.
pekkaklarck 7677df1
Added the input parameters and logic to have "Should Be Equal"/"As St…
chriscallan 57fde72
Modified the logic for some of the keywords to utilize internal varia…
chriscallan 0610eb7
Merge branch 'CaseInsensitive' of github.com:chriscallan/robotframewo…
chriscallan d9eedaa
Added the input parameters and logic to have "Should Be Equal"/"As St…
chriscallan 26539e4
Modified the logic for some of the keywords to utilize internal varia…
chriscallan 988fdee
Added the input parameters and logic to have "Should Be Equal"/"As St…
chriscallan b4cf7e1
Modified the logic for some of the keywords to utilize internal varia…
chriscallan 966d672
Merge branch 'master' into CaseInsensitive
chriscallan 338259c
Merge branch 'CaseInsensitive'
chriscallan 7d00973
Added test case for "Should Be Equal" that exercises case insensitivity;
chriscallan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HYVÄÄ YÖTÄ
(good night in Finnish) equalshyvää yötä
case-insensitively. Could consider using[Template]
like many other tests here.