Skip to content

Commit

Permalink
backquote
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Dec 28, 2015
1 parent 8b5bb99 commit 110c7bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions string_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package gocat

import (
"github.com/stretchr/testify/assert"
"testing"
)

func TestBackquote(t *testing.T) {
assert.Equal(t, "\n1\n2\n3\n", `
1
2
3
`)
}

0 comments on commit 110c7bd

Please sign in to comment.