Skip to content

Commit

Permalink
Fix bug with it do: one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
retgoat committed Jan 29, 2016
1 parent 177160c commit d315c0d
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 1.0.0

* Package released

### 1.0.1

* Fix import directive to fit ST2 requirements

### 1.0.2

* Update README.md as ESpec has been added to Package control.

### 1.0.3

* Fixed typos in README.md and package description.

### 1.0.4

* Fixed bug when `it do: expr` one-liner breakes `context "desc" do … end` syntax highlight
2 changes: 1 addition & 1 deletion ESpec.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</dict>
</dict>
<key>end</key>
<string>\b(do(?=\s*$))|{</string>
<string>\b((do:)|(do(?=\s*$)))|\{$</string>
<key>endCaptures</key>
<dict>
<key>1</key>
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
"1.0.1": "messages/1.0.1.txt",
"1.0.2": "messages/1.0.2.txt",
"1.0.3": "messages/1.0.3.txt",
"1.0.4": "messages/1.0.4.txt",
}
11 changes: 11 additions & 0 deletions messages/1.0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
============ 2015-01-28 =============

Update README.md

Recent changes:

* Fixed typos in README.md and package description.

Please file bug reports at https://github.com/retgoat/ESpec/issues

This release was done by Roman Sotnikov (@retgoat), feel free to @ when reporting bugs and sending PRs.
9 changes: 9 additions & 0 deletions messages/1.0.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
============ 2015-01-29 =============

Recent changes:

* Fixed bug when `it do: expr` one-liner breakes `context "desc" do … end` syntax highlight

Please file bug reports at https://github.com/retgoat/ESpec/issues

This release was done by Roman Sotnikov (@retgoat), feel free to @ when reporting bugs and sending PRs.

0 comments on commit d315c0d

Please sign in to comment.