Removed capitalization of the json source

poc8
obscuren 11 years ago
parent d8056f7ea5
commit 79e88690b2
  1. 14
      test_runner_test.go

@ -8,12 +8,14 @@ import (
"testing" "testing"
) )
var testsource = `{"Inputs":{ var testsource = `
"doe": "reindeer", {
"dog": "puppy", "inputs":{
"dogglesworth": "cat" "doe": "reindeer",
}, "dog": "puppy",
"Expectation":"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c" "dogglesworth": "cat"
},
"expectation":"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c"
}` }`
func TestTestRunner(t *testing.T) { func TestTestRunner(t *testing.T) {

Loading…
Cancel
Save