mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
1.2 KiB
91 lines
1.2 KiB
Checks that we report correct endLine, endColumn and source for scripts.
|
|
{
|
|
compiled : {
|
|
endColumn : 0
|
|
endLine : 0
|
|
}
|
|
returned : {
|
|
endColumn : 0
|
|
endLine : 0
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 1
|
|
endLine : 0
|
|
}
|
|
returned : {
|
|
endColumn : 1
|
|
endLine : 0
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 2
|
|
endLine : 0
|
|
}
|
|
returned : {
|
|
endColumn : 2
|
|
endLine : 0
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 0
|
|
endLine : 1
|
|
}
|
|
returned : {
|
|
endColumn : 0
|
|
endLine : 1
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 1
|
|
endLine : 1
|
|
}
|
|
returned : {
|
|
endColumn : 1
|
|
endLine : 1
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 3
|
|
endLine : 1
|
|
}
|
|
returned : {
|
|
endColumn : 3
|
|
endLine : 1
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 0
|
|
endLine : 2
|
|
}
|
|
returned : {
|
|
endColumn : 0
|
|
endLine : 2
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 1
|
|
endLine : 2
|
|
}
|
|
returned : {
|
|
endColumn : 1
|
|
endLine : 2
|
|
}
|
|
}
|
|
{
|
|
compiled : {
|
|
endColumn : 2
|
|
endLine : 2
|
|
}
|
|
returned : {
|
|
endColumn : 2
|
|
endLine : 2
|
|
}
|
|
}
|
|
|