Skip to content

Commit b3da2d9

Browse files
committed
fix: add TODO tracking comment to skipped C# parity test
1 parent b0a1f0d commit b3da2d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/engines/parity.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class Document implements Printable {
226226
{
227227
name: 'C# — classes and using',
228228
file: 'Test.cs',
229-
// Known native gap: native engine doesn't extract base_list into classes array
229+
// TODO: re-enable once native engine extracts base_list into classes array
230230
skip: true,
231231
code: `
232232
using System;

0 commit comments

Comments
 (0)