From a9615b3854421ae8b4a482c20ff93cd87fed6970 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 2 Oct 2017 14:53:53 +0200 Subject: Merge --- assignments/assignment1.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'assignments/assignment1.tex') 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} -- cgit v1.2.3