Fix failing SVG parser test #4

Closed
opened 2026-02-22 10:37:44 +01:00 by oysteikt · 0 comments
Owner
00:01 +23 -1: /home/h7x4/git/kanimaji-dart/test/svg/parser_test.dart: Errors [E]
  Expected: throws <Instance of 'InvalidPathError'>
    Actual: [
              Move:Move(to=(100,100)),
              Line:Line(start=(100,100), end=(200,200)),
              Close:Close(start=(200,200), end=(100,100))
            ]
     Which: was not a Function or Future

  package:matcher                                     expect
  package:flutter_test/src/widget_tester.dart 473:18  expect
  test/svg/parser_test.dart 399:11                    main.<fn>
``` 00:01 +23 -1: /home/h7x4/git/kanimaji-dart/test/svg/parser_test.dart: Errors [E] Expected: throws <Instance of 'InvalidPathError'> Actual: [ Move:Move(to=(100,100)), Line:Line(start=(100,100), end=(200,200)), Close:Close(start=(200,200), end=(100,100)) ] Which: was not a Function or Future package:matcher expect package:flutter_test/src/widget_tester.dart 473:18 expect test/svg/parser_test.dart 399:11 main.<fn> ```
oysteikt added the bugcrash reporttesting labels 2026-02-22 10:37:44 +01:00
oysteikt added this to the Kanban project 2026-02-23 05:55:31 +01:00
oysteikt moved this to Mid pri in Kanban on 2026-02-23 13:41:30 +01:00
oysteikt moved this to Finished in Kanban on 2026-02-27 06:34:13 +01:00
Sign in to join this conversation.