mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add line breaks to first two levels of metadata list output
Aside from the known bash tags list, since they're all short strings.
This commit is contained in:
@@ -996,12 +996,12 @@ TEST_P(DatabaseInterfaceTest,
|
||||
<< " tag:" << endl
|
||||
<< " - Actors.ACBS" << endl
|
||||
<< " - Actors.AIData" << endl
|
||||
<< " - -C.Water" << endl
|
||||
<< " - -C.Water" << endl << endl
|
||||
<< " - name: '" << blankDifferentEsm << "'" << endl
|
||||
<< " dirty:" << endl
|
||||
<< " - crc: 0x7D22F9DF" << endl
|
||||
<< " util: 'TES4Edit'" << endl
|
||||
<< " udr: 4";
|
||||
<< " udr: 4" << endl;
|
||||
|
||||
EXPECT_EQ(expectedContent.str(), content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user