summaryrefslogtreecommitdiffstats
path: root/tests/010/align-columns.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/010/align-columns.expected')
-rw-r--r--tests/010/align-columns.expected18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/010/align-columns.expected b/tests/010/align-columns.expected
new file mode 100644
index 00000000..06e083c7
--- /dev/null
+++ b/tests/010/align-columns.expected
@@ -0,0 +1,18 @@
+Given a text file of many lines, where fields within a line
+are delineated by a single 'dollar' character, write a program
+that aligns each column of fields by ensuring that words in each
+column are separated by at least one space.
+Further, allow for each word in a column to be either left
+justified, right justified, or center justified within its column.
+ Given a text file of many lines, where fields within a line
+ are delineated by a single 'dollar' character, write a program
+ that aligns each column of fields by ensuring that words in each
+ column are separated by at least one space.
+ Further, allow for each word in a column to be either left
+justified, right justified, or center justified within its column.
+ Given a text file of many lines, where fields within a line
+ are delineated by a single 'dollar' character, write a program
+ that aligns each column of fields by ensuring that words in each
+ column are separated by at least one space.
+ Further, allow for each word in a column to be either left
+justified, right justified, or center justified within its column.