Closed kakafarm closed 10 months ago
Hi there, thank you very much for your contribution. Could you use the test example which the other implementations use? https://github.com/Stenway/RSV-Challenge/blob/main/Python/rsv.py#L186
rows = [
["Hello", "🌎", None, ""],
["A\0B\nC", "Test 𝄞"],
[],
[""]
]
This is always a good first test, besides the test file folder: https://github.com/Stenway/RSV-Challenge/tree/main/TestFiles
And maybe you could rename poop.rsv to Test.rsv :-)
Thanks a lot and cheers Stefan
Will do!
On Wed, 10 Jan 2024 at 19:03, Stenway @.***> wrote:
Hi there, thank you very much for your contribution. Could you use the test example which the other implementations use? https://github.com/Stenway/RSV-Challenge/blob/main/Python/rsv.py#L186
rows = [ ["Hello", "🌎", None, ""], ["A\0B\nC", "Test 𝄞"], [], [""] ]
This is always a good first test, besides the test file folder: https://github.com/Stenway/RSV-Challenge/tree/main/TestFiles
And maybe you could rename poop.rsv to Test.rsv :-)
Thanks a lot and cheers Stefan
— Reply to this email directly, view it on GitHub https://github.com/Stenway/RSV-Challenge/pull/5#issuecomment-1885247689, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH646L2PWYMTTKSKGRNEH3YN3CW3AVCNFSM6AAAAABBRMQDQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVGI2DONRYHE . You are receiving this because you authored the thread.Message ID: @.***>
Not very well tested, but here is a version.