From 935d293383bbadde9d8c3adaa2081e14a885472b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 29 Jul 2015 10:08:03 -0400 Subject: Add a simple 'make test' target --- tests/crud1.html | 38 ++++++++++++++++++++++++++++++++++++++ tests/hello.html | 10 ++++++++++ 2 files changed, 48 insertions(+) create mode 100644 tests/crud1.html create mode 100644 tests/hello.html (limited to 'tests') diff --git a/tests/crud1.html b/tests/crud1.html new file mode 100644 index 00000000..7ed26d30 --- /dev/null +++ b/tests/crud1.html @@ -0,0 +1,38 @@ + + + +

Inserted with ID 1.

+ + + + + + + + + + + + + + + + + + + +
IDABCD
1123True +[Update] +[Delete] +
+


+ +
+
  • A:
  • +
  • B:
  • +
  • C:
  • +
  • D:
  • + +
    + + \ No newline at end of file diff --git a/tests/hello.html b/tests/hello.html new file mode 100644 index 00000000..9c249df0 --- /dev/null +++ b/tests/hello.html @@ -0,0 +1,10 @@ + + + + +Hello world! + + +

    Hello world!

    + + \ No newline at end of file -- cgit v1.2.3