Skip to content

Commit

Permalink
issueリンク
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Jan 2, 2025
1 parent c2887ea commit 544610d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ describe('Object', () => {
])));
});

/* 未実装 - see also: test/literals.ts > literal > obj (string key)
/* 未実装
* see also: test/literals.ts > literal > obj (string key)
* issue: https://github.com/aiscript-dev/aiscript/issues/62
test.concurrent('string key', async () => {
const res = await exe(`
let obj = {
Expand Down

0 comments on commit 544610d

Please sign in to comment.