-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(decorations): wrong key name in unknown decoration option error
Introduced by previous fix #1083. Signed-off-by: Yukai Chou <muzimuzhi@gmail.com>
- Loading branch information
Showing
4 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
\documentclass{minimal} | ||
\input{pgf-regression-test} | ||
|
||
\usepackage{tikz} | ||
\usetikzlibrary{decorations} | ||
|
||
\START | ||
|
||
\BEGINTEST{Unknown decoration option} | ||
\tikzset{ | ||
decoration={segment length=5pt, red} | ||
} | ||
\ENDTEST | ||
|
||
\END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
============================================================ | ||
TEST 1: Unknown decoration option | ||
============================================================ | ||
! Package pgfkeys Error: I do not know the key '/pgf/decoration/red' and I am going to ignore it. Perhaps you misspelled it. | ||
See the pgfkeys package documentation for explanation. | ||
Type H <return> for immediate help. | ||
... | ||
l. ...} | ||
This error message was generated by an \errmessage | ||
command, so I can't give any explicit help. | ||
Pretend that you're Hercule Poirot: Examine all clues, | ||
and deduce the truth by order and method. | ||
============================================================ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters