Skip to content

Commit

Permalink
the newlines are not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sealldeveloper committed Oct 17, 2024
1 parent 5f7b820 commit 0996a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autocheckcombos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
DIFFERENCE=$((OLD_LENGTH - NEW_LENGTH))
ASCII_CHAR=$(printf "\\$(printf '%03o' "$ASCII_NUM")")
sed -i "s/^$ASCII_NUM,.*/$ASCII_NUM,$NEW_PYTHON_CODE/" data/originalMappings.csv
CHANGES+="- ASCII $ASCII_NUM ($ASCII_CHAR): '$OLD_PYTHON_CODE' → '$NEW_PYTHON_CODE' (${DIFFERENCE} characters shorter)\n"
CHANGES="${CHANGES}- $ASCII_NUM: `$OLD_PYTHON_CODE` → `$NEW_PYTHON_CODE` (**${DIFFERENCE}** characters shorter!)
"
fi
done < result.txt
Expand Down

0 comments on commit 0996a9c

Please sign in to comment.