test: set attribute_parser test to "TODO"

the tests are not correctly calling the `parse` method currently
This commit is contained in:
Panagiotis Papadopoulos 2025-01-12 23:53:44 +01:00
parent 3f584af171
commit 871ee7989e

View File

@ -40,7 +40,7 @@ describe("Lexing", () => {
});
});
describe("Parser", () => {
describe.todo("Parser", () => {
it("simple label", () => {
const attrs = attributeParser.parse(["#token"].map((t: any) => ({ text: t })));