Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed May 28, 2024
1 parent 782ed97 commit c9a2a8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ Deno.test('the value should be cached in the single interpolation', () => {
assertEquals(lib.interpolate('{name} {name}', obj), '1 1');
assertEquals(i, 2);
});

// props written between {} brackets
// Only valid names are allowed
// brackets can be escaped
// numbers are indexs for an array

0 comments on commit c9a2a8f

Please sign in to comment.