mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
Added concept of strict equality
This commit is contained in:
parent
308605a7dd
commit
abeda6909b
13 changed files with 249 additions and 79 deletions
|
@ -328,8 +328,8 @@ namespace IDE.Compiler
|
|||
if (oldIdx <= expectedOldIdx)
|
||||
{
|
||||
#if DEBUG
|
||||
Utils.WriteTextFile(@"c:\temp\old.txt", oldText);
|
||||
Utils.WriteTextFile(@"c:\temp\new.txt", newText);
|
||||
Utils.WriteTextFile(@"c:\temp\old.txt", oldText).IgnoreError();
|
||||
Utils.WriteTextFile(@"c:\temp\new.txt", newText).IgnoreError();
|
||||
Debug.FatalError("Reformat failed");
|
||||
#endif
|
||||
break; // Error - abort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue