mirror of
https://github.com/golang/go
synced 2024-11-14 22:20:21 -07:00
change unit test name
This commit is contained in:
parent
1bbd73bfa9
commit
039a5b6884
@ -545,7 +545,7 @@ var lexPosTests = []lexTest{
|
|||||||
{itemRightDelim, 11, "}}", 2},
|
{itemRightDelim, 11, "}}", 2},
|
||||||
{itemEOF, 13, "", 2},
|
{itemEOF, 13, "", 2},
|
||||||
}},
|
}},
|
||||||
{"correctline", "{{/*\n*/}}\n{{undefinedFunction \"test\"}}", []item{
|
{"longcomment", "{{/*\n*/}}\n{{undefinedFunction \"test\"}}", []item{
|
||||||
{itemComment, 2, "/*\n*/", 1},
|
{itemComment, 2, "/*\n*/", 1},
|
||||||
{itemText, 9, "\n", 2},
|
{itemText, 9, "\n", 2},
|
||||||
{itemLeftDelim, 10, "{{", 3},
|
{itemLeftDelim, 10, "{{", 3},
|
||||||
|
Loading…
Reference in New Issue
Block a user