29 lines · plain
1# RUN: yaml-bench -canonical %s2 3---4Time: 2001-11-23 15:01:42 -55User: ed6Warning:7 This is an error message8 for the log file9---10Time: 2001-11-23 15:02:31 -511User: ed12Warning:13 A slightly different error14 message.15---16Date: 2001-11-23 15:03:17 -517User: ed18Fatal:19 Unknown variable "bar"20Stack:21 - file: TopClass.py22 line: 2323 code: |24 x = MoreObject("345\n")25 - file: MoreClass.py26 line: 5827 code: |-28 foo = bar29