diff options
author | jakefeasel <jfeasel@gmail.com> | 2012-10-02 22:24:20 -0700 |
---|---|---|
committer | jakefeasel <jfeasel@gmail.com> | 2012-10-02 22:24:20 -0700 |
commit | 6ab9a9869ba945144e0afa070b3f77e2209e735e (patch) | |
tree | 273dbf60767fa313acaf13a039d648b38958e2c4 | |
parent | 298daa904be5ee5e2f445c258dd99c9f1d05b55a (diff) | |
download | DDLBuilder-6ab9a9869ba945144e0afa070b3f77e2209e735e.zip DDLBuilder-6ab9a9869ba945144e0afa070b3f77e2209e735e.tar.gz DDLBuilder-6ab9a9869ba945144e0afa070b3f77e2209e735e.tar.bz2 |
Removing the broken input test format
-rw-r--r-- | ddl_builder/qunit/fixture.html | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/ddl_builder/qunit/fixture.html b/ddl_builder/qunit/fixture.html index d2d5d40..4a264b7 100644 --- a/ddl_builder/qunit/fixture.html +++ b/ddl_builder/qunit/fixture.html @@ -77,6 +77,18 @@ B11 frog green 1G2 girl red </span> + <span id="singleSpacedColumnNames" types="int,int,int,int,int" valueSeparator="/\s+/" headers="customdata,check,service,loc,value" recordCount="6"> +customdata check service loc value + 101 0 0 4 4 + 101 0 0 3 3 + 101 5 4 4 3 + 102 0 0 1 2 + 102 4 4 3 3 + 103 0 0 4 4 + </span> + +</div> +<!-- <span id="bracketHeaders" types="int,varchar(3),datetime" valueSeparator="/\s\s+/" headers="Serial Number,LID,Last Updated Date" recordCount="12"> [Serial Number] [LID] [Last Updated Date] -------------------------------------- @@ -93,14 +105,5 @@ 234567 BBB 2012-09-23 234567 AAA 2012-09-22 </span> - <span id="singleSpacedColumnNames" types="int,int,int,int,int" valueSeparator="/\s+/" headers="customdata,check,service,loc,value" recordCount="6"> -customdata check service loc value - 101 0 0 4 4 - 101 0 0 3 3 - 101 5 4 4 3 - 102 0 0 1 2 - 102 4 4 3 3 - 103 0 0 4 4 - </span> - -</div> + + -->
\ No newline at end of file |