(t *testing.T)
| 112 | } |
| 113 | |
| 114 | func TestStringNull(t *testing.T) { |
| 115 | testExpectedXValBare(t, |
| 116 | "foobar", |
| 117 | `null`, |
| 118 | &Xstring{X: "foobar"}) |
| 119 | } |
| 120 | |
| 121 | func TestStringQuoted(t *testing.T) { |
| 122 | ver := runtime.Version() |
nothing calls this directly
no test coverage detected
searching dependent graphs…