Skip to content

Commit

Permalink
Merge pull request #123 in G/truffle from ~MICHAEL.VAN.DE.VANTER_ORAC…
Browse files Browse the repository at this point in the history
…LE.COM/truffle:bug/empty-source-section to master

Including test that now passes.

* commit 'f827720a2922962c3e869b17b9438a6324cf62a1':
  SourceSection:  include a test that now passes
  • Loading branch information
Jaroslav Tulach committed Jul 2, 2016
2 parents 0ebaf5c + f827720 commit e9295e8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -39,6 +39,7 @@ public class SourceSectionTest {

private final Source longSource = Source.newBuilder("01234\n67\n9\n").name("long").mimeType("content/unknown").build();

@Test
public void emptySourceTest0() {
SourceSection section = emptySource.createSection("test", 0, 0);
assertNotNull(section);
Expand Down

0 comments on commit e9295e8

Please sign in to comment.