summaryrefslogtreecommitdiffstats
path: root/ddl_builder/qunit
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2013-03-13 20:43:28 -0700
committerjakefeasel <jfeasel@gmail.com>2013-03-13 20:43:28 -0700
commita8b62329850f164d2cde580443e4bdcf8a19eae6 (patch)
treeb7918adb517cbebd363a5f9a995d3c9c07bba884 /ddl_builder/qunit
parentc2776d576bd6dc4415d3f8497f68728a7956bdd3 (diff)
downloadDDLBuilder-master.zip
DDLBuilder-master.tar.gz
DDLBuilder-master.tar.bz2
Removing redundant single-quote escape logicHEADorigin/masterorigin/HEADmaster
Resolves https://github.com/jakefeasel/DDLBuilder/issues/3
Diffstat (limited to 'ddl_builder/qunit')
-rw-r--r--ddl_builder/qunit/fixture.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/ddl_builder/qunit/fixture.html b/ddl_builder/qunit/fixture.html
index 6834931..e32875a 100644
--- a/ddl_builder/qunit/fixture.html
+++ b/ddl_builder/qunit/fixture.html
@@ -122,6 +122,16 @@ Old New Time Entered Order Number
April 5, 2010|2010-04-05 00:00:00
4/30/12 10:43|2012-04-30 10:43:00
</span>
+
+ <span id="withSingleQuotes" types="int,varchar(21)" valueSeparator="/\s+/" headers="CompId,CommaList" recordCount="4">
+ CompId CommaList
+ 2 '122','54','90'
+
+ 54 '53','76'
+ 34 '87'
+ 22 '98'
+ </span>
+
</div>
<!--