diff options
| author | hhsprings <xwhhsprings@gmail.com> | 2015-11-09 17:34:26 +0900 |
|---|---|---|
| committer | hhsprings <xwhhsprings@gmail.com> | 2015-11-09 17:34:26 +0900 |
| commit | cdc5478fa9a194fd37e0a4a9e2816285e307d402 (patch) | |
| tree | d90591d893ed3acb9170bfa739bfc82b9189580f /tests/examplefiles/pkgconfig_example.pc | |
| parent | c0534a4daf1d1b0f845a64b566bc5c2211e8f0a8 (diff) | |
| download | pygments-cdc5478fa9a194fd37e0a4a9e2816285e307d402.tar.gz | |
The { is not required.
See `comment-11592775 <https://bitbucket.org/birkenfeld/pygments-main/pull-requests/517/add-lexers-for-pkg-config-pacmanconf/diff#comment-11592775>`_.
Diffstat (limited to 'tests/examplefiles/pkgconfig_example.pc')
| -rw-r--r-- | tests/examplefiles/pkgconfig_example.pc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/pkgconfig_example.pc b/tests/examplefiles/pkgconfig_example.pc index b7969bad..2a59204e 100644 --- a/tests/examplefiles/pkgconfig_example.pc +++ b/tests/examplefiles/pkgconfig_example.pc @@ -3,7 +3,7 @@ prefix=/usr/local/opt/site/private # define variable `prefix` exec_prefix=${prefix} # using variable reference libdir=${exec_prefix}/lib includedir=${prefix}/include -just_for_test=$${this is not a part of variable reference} # escape with `$${` +just_for_test=$${this is not a part of variable reference} # escape with `$$` Name: YAPHatchPotchGen Description: Yet Another Portable HatchPotch GENerator. |
