Closed jwoertink closed 1 year ago
https://github.com/naqvis/crystal-html5/blob/990093eca8d3b2fd394a6712ee64e42888668448/spec/token_spec.cr#L546
I accidentally ran crystal tool format without specifying which directories, and it ran on my lib/ dir :joy: It then threw this error
crystal tool format
lib/
syntax error in '././lib/html5/spec/token_spec.cr:546:7': can't use 'key: value' syntax in a hash literal
So I just wanted to pass that along :smile:
Thanks @jwoertink. Interesting enough, this typo was working previously 😃 . I'll fix this.
https://github.com/naqvis/crystal-html5/blob/990093eca8d3b2fd394a6712ee64e42888668448/spec/token_spec.cr#L546
I accidentally ran
crystal tool format
without specifying which directories, and it ran on mylib/
dir :joy: It then threw this errorSo I just wanted to pass that along :smile: