Skip to content

Commit

Permalink
Reorganized test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
doekman committed Mar 4, 2022
1 parent b6346f4 commit bb59f79
Show file tree
Hide file tree
Showing 34 changed files with 18 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions assets/border/border.awkcss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BEGIN {
width(20);
}
/^>/ {
border("ascii");
#border_style_left("unset");
}
6 changes: 6 additions & 0 deletions assets/border/border.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Heading
Paragraph.
+------------------+
|> Quote |
+------------------+
Another paragraph.
4 changes: 4 additions & 0 deletions assets/border/border.input
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Heading
Paragraph.
> Quote
Another paragraph.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function create_test {
}

# Setup
assets="assets/tests"
assets="assets"
cd "$(dirname "$0")"
# shellcheck disable=SC1091
. awkcss.bash
Expand Down

0 comments on commit bb59f79

Please sign in to comment.