diff --git a/src/__tests__/fixtures/attr-method-shorthand-async/__snapshots__/attr-method-shorthand-async.expected.txt b/src/__tests__/fixtures/attr-method-shorthand-async/__snapshots__/attr-method-shorthand-async.expected.txt
index 8558c36..5fc06cd 100644
--- a/src/__tests__/fixtures/attr-method-shorthand-async/__snapshots__/attr-method-shorthand-async.expected.txt
+++ b/src/__tests__/fixtures/attr-method-shorthand-async/__snapshots__/attr-method-shorthand-async.expected.txt
@@ -164,5 +164,62 @@
│ ├─ closeTagEnd(foo)
╰─ ╰─ tagName "foo"
39╭─
- │ ├─ openTagEnd
- ╰─ ╰─ closeTagEnd(foo)
\ No newline at end of file
+ ╰─ ╰─ openTagEnd
+40╭─
+ │ ││ │ │ ││ ││ ╰─ openTagEnd:selfClosed "/>"
+ │ ││ │ │ ││ │╰─ attrMethod.body.value " await save() "
+ │ ││ │ │ ││ ╰─ attrMethod.body "{ await save() }"
+ │ ││ │ │ │╰─ attrMethod.params.value "value = \")\""
+ │ ││ │ │ ╰─ attrMethod.params "(value = \")\")"
+ │ ││ │ ╰─ attrName "onClick"
+ │ ││ ╰─ attrMethod:async "async onClick(value = \")\") { await save() }"
+ │ │╰─ tagName "button"
+ │ ├─ closeTagEnd(foo)
+ ╰─ ╰─ openTagStart
+41├─
+42╭─
+ │ ││ │ │ ││ ││ ╰─ openTagEnd:selfClosed "/>"
+ │ ││ │ │ ││ │╰─ attrMethod.body.value " await save() "
+ │ ││ │ │ ││ ╰─ attrMethod.body "{ await save() }"
+ │ ││ │ │ │╰─ attrMethod.params.value "v = `a${ \")\" }b`"
+ │ ││ │ │ ╰─ attrMethod.params "(v = `a${ \")\" }b`)"
+ │ ││ │ ╰─ attrName "onClick"
+ │ ││ ╰─ attrMethod:async "async onClick(v = `a${ \")\" }b`) { await save() }"
+ │ │╰─ tagName "button"
+ ╰─ ╰─ openTagStart
+43├─
+44╭─
+ │ ││ │ │ ││ ││ ╰─ openTagEnd:selfClosed "/>"
+ │ ││ │ │ ││ │╰─ attrMethod.body.value " await save() "
+ │ ││ │ │ ││ ╰─ attrMethod.body "{ await save() }"
+ │ ││ │ │ │╰─ attrMethod.params.value "v = /\\)/"
+ │ ││ │ │ ╰─ attrMethod.params "(v = /\\)/)"
+ │ ││ │ ╰─ attrName "onClick"
+ │ ││ ╰─ attrMethod:async "async onClick(v = /\\)/) { await save() }"
+ │ │╰─ tagName "button"
+ ╰─ ╰─ openTagStart
+45├─
+46╭─
+ │ ││ │ │ ││ ││ ╰─ openTagEnd:selfClosed "/>"
+ │ ││ │ │ ││ │╰─ attrMethod.body.value " await save() "
+ │ ││ │ │ ││ ╰─ attrMethod.body "{ await save() }"
+ │ ││ │ │ │╰─ attrMethod.params.value "v /* ) */ = 1"
+ │ ││ │ │ ╰─ attrMethod.params "(v /* ) */ = 1)"
+ │ ││ │ ╰─ attrName "onClick"
+ │ ││ ╰─ attrMethod:async "async onClick(v /* ) */ = 1) { await save() }"
+ │ │╰─ tagName "button"
+ ╰─ ╰─ openTagStart
+47├─
+48╭─