From b7cb4ed92ab4fa7870b6f58d45240d10276cf2b9 Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Mon, 19 Mar 2018 20:39:42 +0100 Subject: [PATCH] Adding two test cases for null values --- tests/testNullFencepost.htm | 59 +++++++++++++++++++++++++++++++++++++ tests/testNullSplit.htm | 54 +++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 tests/testNullFencepost.htm create mode 100644 tests/testNullSplit.htm diff --git a/tests/testNullFencepost.htm b/tests/testNullFencepost.htm new file mode 100644 index 0000000..890c37f --- /dev/null +++ b/tests/testNullFencepost.htm @@ -0,0 +1,59 @@ + + + + CurvedLines Plugin for flot + + + + + + + + +
+
+ + + + +
\ No newline at end of file diff --git a/tests/testNullSplit.htm b/tests/testNullSplit.htm new file mode 100644 index 0000000..4a4f999 --- /dev/null +++ b/tests/testNullSplit.htm @@ -0,0 +1,54 @@ + + + + CurvedLines Plugin for flot + + + + + + + + +
+
+ + + + +
\ No newline at end of file