Skip to content

[BUG] escaped quote inside of quoted identifier #229

@mattmasson

Description

@mattmasson

Expected behavior
No parser error.

Actual behavior
Parser error.

{
	"resource": "Untitled-1",
	"owner": "_generated_diagnostic_collection_name_#0",
	"code": "Error.Parse",
	"severity": 8,
	"message": "Expected to find a generalized identifier",
	"source": "powerquery",
	"startLineNumber": 1,
	"startColumn": 20,
	"endLineNumber": 1,
	"endColumn": 21
}

To Reproduce

[a = "Test1", b = 5, #"c""" = #duration(1, 0, 0, 0)]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions