From 8a35cc2a73a8d02feb30262a76e79fee49961df4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 10 Jul 2018 16:26:39 +0200 Subject: Update controller mechanism Add luaunit as xUnit lua framework Change-Id: I49627b6554c62d05eca5e367d073b037385e40b1 Signed-off-by: Romain Forlot --- conf.d/project/htdocs/TestBinding.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf.d/project/htdocs/TestBinding.css (limited to 'conf.d/project/htdocs/TestBinding.css') diff --git a/conf.d/project/htdocs/TestBinding.css b/conf.d/project/htdocs/TestBinding.css new file mode 100644 index 0000000..1052aa7 --- /dev/null +++ b/conf.d/project/htdocs/TestBinding.css @@ -0,0 +1,7 @@ +pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } +.string { color: green; } +.number { color: darkorange; } +.boolean { color: blue; } +.null { color: magenta; } +.key { color: red; } + -- cgit 1.2.3-korg