mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
70d1862771
commit
07a28480e2
|
@ -1209,3 +1209,17 @@ unittest
|
|||
assert(r.operatorsKinds == 2);
|
||||
}
|
||||
|
||||
unittest
|
||||
{
|
||||
//TODO: handle iasm
|
||||
Function r =
|
||||
q{
|
||||
void foo()
|
||||
{
|
||||
asm{xor EAX,ECX;}
|
||||
}
|
||||
}.test;
|
||||
//assert(r.operandsKinds == 2);
|
||||
//assert(r.operatorsKinds == 1);
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
This folder contains the scripts used to generate several perfect hashsets used in Coedit.
|
||||
They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere)
|
|
@ -1021,7 +1021,7 @@ begin
|
|||
result := amkBub;
|
||||
h := hash(w);
|
||||
if fFilled[h] and (fWords[h] = w) then
|
||||
result := messageSemantic.fMap[h];
|
||||
result := fMap[h];
|
||||
end;
|
||||
|
||||
function TCEMessagesWidget.guessMessageKind(const aMessg: string): TCEAppMessageKind;
|
||||
|
|
Loading…
Reference in New Issue