Skip to content

Commit

Permalink
Merge pull request #98 from trullock/bug_92
Browse files Browse the repository at this point in the history
fixes #92
  • Loading branch information
xoofx authored Jun 6, 2020
2 parents 0a65b65 + 2eafe06 commit 3944e3b
Show file tree
Hide file tree
Showing 5 changed files with 3,669 additions and 3,626 deletions.
15 changes: 15 additions & 0 deletions src/NUglify.Tests/JavaScript/Bugs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using NUglify.Tests.JavaScript.Common;
using NUnit.Framework;

namespace NUglify.Tests.JavaScript
{
[TestFixture]
public class Bugs
{
[Test]
public void Bug92()
{
TestHelper.Instance.RunTest();
}
}
}
Loading

0 comments on commit 3944e3b

Please sign in to comment.