summaryrefslogtreecommitdiff
path: root/assignments/assignment1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'assignments/assignment1.tex')
-rw-r--r--assignments/assignment1.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/assignments/assignment1.tex b/assignments/assignment1.tex
index 9f9e7e8..abb3d52 100644
--- a/assignments/assignment1.tex
+++ b/assignments/assignment1.tex
@@ -287,12 +287,12 @@ These files contain one or more PGN games that are fed to the wrapper.
The wrapper then passes these PGN games to the chesshs library, and outputs the board state after every move.
\begin{listing}
\inputminted{bash}{../test/test.sh}
- \caption{Automated Test script}
- \label{L:ATS}
+ \caption{Automated Test script\label{L:ATS}}
\end{listing}
-A small bash script~\ref{L:ATS} is used to compare the output that is produced by the wrapper with a user defined expected output.
-If there is no difference between the two, the test is considered \enquote{Passed}.
+A small bash script, shown in \cref{L:ATS}, is used
+ to compare the output that is produced by the wrapper with a user defined expected output.
+If there is no difference between the two, the test is considered \enquote{passed}.
If there is a difference, this is output by the script.
\begin{thebibliography}{8}