From 013b35dda87cf6272ebe9a54b75297c1843256bd Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 1 Feb 2014 20:19:50 +0100 Subject: [PATCH] Added test input file for mudform --- src/utils/mudform_test.py | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/utils/mudform_test.py diff --git a/src/utils/mudform_test.py b/src/utils/mudform_test.py new file mode 100644 index 0000000000..084195f249 --- /dev/null +++ b/src/utils/mudform_test.py @@ -0,0 +1,32 @@ +# encoding=utf-8 +""" +Test form +""" + +FORMCHAR = "x" +TABLECHAR = "c" + +FORM = """ +.------------------------------------------------. +| | +| Name: xxxxx1xxxxx Player: xxxxxxx2xxxxxxx | +| xxxxxxxxxxx | +| | + >----------------------------------------------< +| | +| Desc: xxxxxxxxxxx STR: x4x DEX: x5x | +| xxxxx3xxxxx INT: x6x STA: x7x | +| xxxxxxxxxxx LUC: x8x MAG: x9x | +| | + >----------------------------------------------< +| | | +| cccccccc | ccccccccccccccccccccccccccccccccccc | +| cccccccc | ccccccccccccccccccccccccccccccccccc | +| cccAcccc | ccccccccccccccccccccccccccccccccccc | +| cccccccc | ccccccccccccccccccccccccccccccccccc | +| cccccccc | cccccccccccccccccBccccccccccccccccc | +| | | +`-----------------------------------------------ยด +""" + +