Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregli-msft committed Mar 6, 2025
1 parent 22d2f7f commit 78887be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ public void None_Float(ExpressionTestCase testCase)
#endif

#if MATCHCOMPARE
/* to enable, place this in Solution Items/Directiory.Build.Props: abc
/* to enable, place this in Solution Items/Directiory.Build.Props:
<PropertyGroup>
<DefineConstants>$(DefineConstants);MATCHCOMPARE</DefineConstants>
</PropertyGroup>
*/

#if true // may not want to run this, even if MATCHCOMPARE is enabled a
#if true // may not want to run this, even if MATCHCOMPARE is enabled

// Runs only tests that have asked for RegEx setup. This test run will compare the regular expression results between
// .NET (used in the C# interpreter), NodeJS with JavaScript (used in Canvas), and PCRE2 (used in Excel).
Expand Down Expand Up @@ -179,7 +179,7 @@ private static bool ShouldSkipDotNetVersion(ExpressionTestCase testCase, string
return false;
}

#if true
#if false
// Helper to run a single .txt
[Fact]
public void RunOne()
Expand Down

0 comments on commit 78887be

Please sign in to comment.