-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sheet: add tests for mixing line endings and multi-line headings
- Loading branch information
Showing
4 changed files
with
2,824 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Row # HA1 HA2 HA3 HB1 HB2 HB3 HC1 HC2 HC3 | ||
3905 A3905 B3905 C3905 | ||
3906 A3906 B3906 C3906 | ||
3907 A3907 B3907 C3907 | ||
3908 A3908 B3908 C3908 | ||
3909 A3909 B3909 C3909 | ||
3910 A3910 B3910 C3910 | ||
3911 A3911 B3911 C3911 | ||
3912 A3912 B3912 C3912 | ||
3913 A3913 B3913 C3913 | ||
3914 A3914 B3914 C3914 | ||
3915 A3915 B3915 C3915 | ||
3916 A3916 B3916 C3916 | ||
3917 A3917 B3917 C3917 | ||
3918 A3918 B3918 C3918 | ||
3919 A3919 B3919 C3919 | ||
3920 A3920 B3920 C3920 | ||
3921 A3921 B3921 C3921 | ||
3922 A3922 B3922 C3922 | ||
3923 A3923 B3923 C3923 | ||
3924 A3924 B3924 C3924 | ||
3925 A3925 B3925 C3925 | ||
3926 A3926 B3926 C3926 | ||
3927 A3927 B3927 C3927 | ||
3928 A3928 B3928 C3928 | ||
3929 A3929 B3929 C3929 | ||
3930 A3930 B3930 C3930 | ||
3931 A3931 B3931 C3931 | ||
3932 A3932 B3932 C3932 | ||
3933 A3933 B3933 C3933 | ||
3934 A3934 B3934 C3934 | ||
3935 A3935 B3935 C3935 | ||
3936 A3936 B3936 C3936 | ||
3937 A3937 B3937 C3937 | ||
3938 A3938 B3938 C3938 | ||
3939 A3939 B3939 C3939 | ||
3940 A3940 B3940 C3940 | ||
3941 A3941 B3941 C3941 | ||
3942 A3942 B3942 C3942 | ||
3943 A3943 B3943 C3943 | ||
3944 A3944 B3944 C3944 | ||
3945 A3945 B3945 C3945 | ||
3946 A3946 B3946 C3946 | ||
3947 A3947 B3947 C3947 | ||
3948 A3948 B3948 C3948 | ||
3949 A3949 B3949 C3949 | ||
3950 A3950 B3950 C3950 | ||
3951 A3951 B3951 C3951 | ||
3952 A3952 B3952 C3952 | ||
? for help 3952 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Row # HA1 HA2 HA3 HB1 HB2 HB3 HC1 HC2 HC3 | ||
1234 A1234 B1234 C1234 | ||
1235 A1235 B1235 C1235 | ||
1236 A1236 B1236 C1236 | ||
? for help 1234 |
Oops, something went wrong.