mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
add syntax
This commit is contained in:
@@ -118,11 +118,11 @@ For more information on how to work with Atom's official packages, see
|
||||
### Example
|
||||
|
||||
```coffee
|
||||
describe 'a dog'
|
||||
it 'barks'
|
||||
describe 'a dog', ->
|
||||
it 'barks', ->
|
||||
# spec here
|
||||
describe 'when the dog is happy'
|
||||
it 'wags its tail'
|
||||
describe 'when the dog is happy', ->
|
||||
it 'wags its tail', ->
|
||||
# spec here
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user