This commit is contained in:
2026-08-10 23:40:42 +02:00
parent 55879809f2
commit 8052bd2935
4 changed files with 6 additions and 33 deletions
@@ -24,11 +24,6 @@ func TestWSJTSender(t *testing.T) {
{"CQ K1ABC FN42AB", "K1ABC", true, ""}, // 6-char: WSJT-X never sends it here
{"CQ K1ABC 73", "K1ABC", true, ""}, // bare sign-off
{"CQ K1ABC SS42", "K1ABC", true, ""}, // S is past R — no such field
// Placeholder callsigns: WSJT-X's default, from an operator who never set
// their own. A letter and a digit, so nothing else here catches it.
{"CQ N0CALL JN36", "", true, ""},
{"W2XYZ N0CALL -10", "", false, ""},
{"CQ NOCALL JN36", "", true, ""},
// An unknown word after CQ made the parser skip a slot; a grid passes every
// shape test a callsign does, so it came back AS the callsign.
{"CQ FOO JN36", "", true, ""},