Skip to content

Commit

Permalink
add another Code93 test
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed May 3, 2024
1 parent b3d29c0 commit bda84ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BarcodeStandardTests/Symbologies/Code93Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class Code93Tests
[DataRow("123456789012", "1010111101010010001010001001010000101001010001001001001001000101010100001000100101000010101000101001010010001010001001010011001110101101010111101")]
[DataRow("192794729478", "1010111101010010001000010101010001001010100001000010101001010001010100001010001001000010101001010001010100001000100101011011101000100101010111101")]
[DataRow("Test!", "1010111101101001101001100101100100101001100101101011001001100101101001101110101101101010001101010001100110101010111101")]
[DataRow("&12%3$42#", "1010111101110101101100010101010010001010001001101011101010000101110010101001010001010001001110101101101000101011011001110010101010111101")]
public void EncodeBarcode(string data, string expected)
{
_barcode.Encode(data);
Expand Down

0 comments on commit bda84ad

Please sign in to comment.