From a316841d5fbcd81e1d94526c793d3590e44ab3ab Mon Sep 17 00:00:00 2001 From: xi Date: Thu, 22 Mar 2007 16:12:36 +0000 Subject: [PATCH] Add the tests for checking the libyaml bug. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@247 18f92427-320e-0410-9341-c67f048884a3 --- tests/data/a-nasty-libyaml-bug.loader-error | 1 + tests/data/run-parser-crash-bug.data | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/data/a-nasty-libyaml-bug.loader-error create mode 100644 tests/data/run-parser-crash-bug.data diff --git a/tests/data/a-nasty-libyaml-bug.loader-error b/tests/data/a-nasty-libyaml-bug.loader-error new file mode 100644 index 0000000..f97d49f --- /dev/null +++ b/tests/data/a-nasty-libyaml-bug.loader-error @@ -0,0 +1 @@ +[ [ \ No newline at end of file diff --git a/tests/data/run-parser-crash-bug.data b/tests/data/run-parser-crash-bug.data new file mode 100644 index 0000000..fe01734 --- /dev/null +++ b/tests/data/run-parser-crash-bug.data @@ -0,0 +1,8 @@ +--- +- Harry Potter and the Prisoner of Azkaban +- Harry Potter and the Goblet of Fire +- Harry Potter and the Order of the Phoenix +--- +- Memoirs Found in a Bathtub +- Snow Crash +- Ghost World -- 2.11.4.GIT