diff options
Diffstat (limited to 'awwan_play_test.go')
| -rw-r--r-- | awwan_play_test.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/awwan_play_test.go b/awwan_play_test.go index 44a9ba1..00d407d 100644 --- a/awwan_play_test.go +++ b/awwan_play_test.go @@ -221,6 +221,12 @@ func TestAwwan_Play_Put(t *testing.T) { expContent: string(tdata.Output[`plain.txt`]), expMode: 0666, expError: string(tdata.Output[`WithOwner:error`]), + }, { + desc: `With $noparse`, + lineRange: `20`, + fileDest: `/home/awwanssh/put_noparse.txt`, + expContent: string(tdata.Output[`plain_noparse.txt`]), + expMode: 0666, }} var ( |
