MarketSquare / MarketSquare/robotframework-difflibrary
Diff command outputs against text file
Open
@vkosuri is already working on this.
Since Oct 21, 2016.
- Dominant language
- Python
- Stars
- 26
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Instead of diffing two text files against each other, I am attempting to diff the output of a command against a text file. The following excerpt from a robot file does not seem to work:
Diff Files <(cat foo.txt) bar.txt
The output of this robot file excerpt is:
test | FAIL |
<(cat foo.txt) doesn't exist
Should this usage work out of the box, or is it necessary to add this functionality?
Thank you!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.