Skip to content

Commit

Permalink
Added missing shortcut test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mansellan committed Jun 22, 2018
1 parent 7e5fe7f commit 68c8959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RubberduckTests/Grammar/VBAParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@ public void TestVBFormWithNumericLeadingHexLiteralResourceOffsetModuleConfig()
[TestCase(@"{F12}")]
[TestCase(@"^{F1}")]
[TestCase(@"^{F12}")]
[TestCase(@"+{F1}")]
[TestCase(@"+{F12}")]
[TestCase(@"+^{F1}")]
[TestCase(@"+^{F12}")]
[TestCase(@"^{INSERT}")]
Expand Down

0 comments on commit 68c8959

Please sign in to comment.