Add support for has:invite
filter that matches messages with guild …
#702
Annotations
4 errors
Run tests:
DiscordChatExporter.Cli.Tests/Specs/HtmlEmbedSpecs.cs#L235
Expected message.Text() "Tyrrrz 2/14/2023 6:09 PMDiscord server invite embed
https://discord.gg/eRV8Vap5bm (edited)Invite to join a server DiscordChatExporter Test Server general" to contain "DiscordChatExporter TestServer".
|
Run tests:
DiscordChatExporter.Cli.Tests/Specs/FilterSpecs.cs#L97
Expected Json.Parse(File.ReadAllTextAsync(file.Path)).GetProperty("messages").EnumerateArray().Select(j => j.GetProperty("content").GetString())[0] to be "This has invite" with a length of 15, but "This has invite
https://discord.gg/2SUWKFnHSm" has a length of 45, differs near "
ht" (index 15).
With configuration:
- Use declared types and members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Include all non-private properties
- Include all non-private fields
- Match member by name (or throw)
- Be strict about the order of items in byte arrays
- Be strict about the order of collections when IsNullOrEmpty(s.Path)
- Without automatic conversion.
|
Run tests:
DiscordChatExporter.Cli.Tests/Specs/FilterSpecs.cs#L147
Expected Json.Parse(File.ReadAllTextAsync(file.Path)).GetProperty("messages").EnumerateArray().Select(j => j.GetProperty("content").GetString())[0] to be "This has mention" with a length of 16, but "This has mention
@Tyrrrz" has a length of 24, differs near "
@t" (index 16).
With configuration:
- Use declared types and members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Include all non-private properties
- Include all non-private fields
- Match member by name (or throw)
- Be strict about the order of items in byte arrays
- Be strict about the order of collections when IsNullOrEmpty(s.Path)
- Without automatic conversion.
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading