We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22559de commit d2675b8Copy full SHA for d2675b8
test/fixtures/basic.json
@@ -0,0 +1,4 @@
1
+{"msg":"one"}
2
+{"msg":"two"}
3
+{"msg":"three"}
4
+{"msg":"four"}
test/test-json.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+set -e
+
+cd $(dirname "${BASH_SOURCE[0]}")
5
+source common.sh
6
7
+mkdir -p sandbox
8
+node ../bin/sl-log-transformer.js --format=json < fixtures/basic.in > sandbox/json.test
9
10
+assert_exit 0 diff -u fixtures/basic.json sandbox/json.test
0 commit comments