mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
Add test for str == null
This commit is contained in:
@@ -99,6 +99,7 @@ namespace osu.Framework.Tests.Localisation
|
||||
public void TestLocalisableStringDoesNotEqualNull()
|
||||
{
|
||||
testEquals(false, new LocalisableString(), new RomanisableString(makeStringA, makeStringB));
|
||||
testEquals(false, new RomanisableString(makeStringA, makeStringB), new LocalisableString());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user