1 # RUN: yaml-bench -canonical %s 2 3 --- 4 Time: 2001-11-23 15:01:42 -5 5 User: ed 6 Warning: 7 This is an error message 8 for the log file 9 --- 10 Time: 2001-11-23 15:02:31 -5 11 User: ed 12 Warning: 13 A slightly different error 14 message. 15 --- 16 Date: 2001-11-23 15:03:17 -5 17 User: ed 18 Fatal: 19 Unknown variable "bar" 20 Stack: 21 - file: TopClass.py 22 line: 23 23 code: | 24 x = MoreObject("345\n") 25 - file: MoreClass.py 26 line: 58 27 code: |- 28 foo = bar 29