Skip to content

Commit

Permalink
add test for missing clause for await block formatting (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecogels authored May 5, 2020
1 parent b94fce7 commit ffc60db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{#await thePromise then theValue}
<p>the value is {theValue}</p>
{:catch}
<p>oh no! {theError.message}</p>
{/await}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{#await thePromise then theValue}{theValue}{:catch error}{error}{/await}

0 comments on commit ffc60db

Please sign in to comment.