This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-24 11:42:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
378cafade4
llvm-mirror
/
test
/
YAMLParser
/
spec-09-21.data
13 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Convert the uses of '|&' to use '2>&1 |' instead, which works on old versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
2012-07-02 20:37:59 +02:00
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
Add YAML parser to Support. llvm-svn: 153977
2012-04-04 01:09:22 +02:00
- |
text
- >
text
text
- |1
text
# CHECK: error
Reference in New Issue
Copy Permalink