<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests, branch 2.13.0</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>CFamilyLexer: refuse quotes between parentheses for function definitions and declarations (#2208)</title>
<updated>2022-08-15T09:45:13+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-08-15T09:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=d6968f804ab817c29f9f0ca408279adf82b006f9'/>
<id>d6968f804ab817c29f9f0ca408279adf82b006f9</id>
<content type='text'>
Something like

id id2("){ ... }");

is no longer wrongly recognized as a "function"

id id2(") {
  ...
}
");

As the difference in the tests shows, this has the unfortunate side
effect that we no longer highlight something like

int f(param="default");

as a function declaration, but it is hard to imagine another way to
fix this (cf. “most vexing parse” problem).

Fixes #2207</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Something like

id id2("){ ... }");

is no longer wrongly recognized as a "function"

id id2(") {
  ...
}
");

As the difference in the tests shows, this has the unfortunate side
effect that we no longer highlight something like

int f(param="default");

as a function declaration, but it is hard to imagine another way to
fix this (cf. “most vexing parse” problem).

Fixes #2207</pre>
</div>
</content>
</entry>
<entry>
<title>Fortran: fix catastrophic backtracking</title>
<updated>2022-08-14T23:30:38+00:00</updated>
<author>
<name>Jean Abou Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-08-14T23:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=d9278a5d72e04a75f63c04da85c8d4b62b10a5c8'/>
<id>d9278a5d72e04a75f63c04da85c8d4b62b10a5c8</id>
<content type='text'>
\\\\|\\. is like \\. but causes catastrophic backtracking inside (...)* .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
\\\\|\\. is like \\. but causes catastrophic backtracking inside (...)* .
</pre>
</div>
</content>
</entry>
<entry>
<title>Update goldens for previous commit</title>
<updated>2022-08-14T22:58:11+00:00</updated>
<author>
<name>Jean Abou Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-08-14T22:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=9bd072dbc94dc681e1ad87d249d72f0209ca3f96'/>
<id>9bd072dbc94dc681e1ad87d249d72f0209ca3f96</id>
<content type='text'>
Very sorry about this!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Very sorry about this!
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable highlighting of some escape codes for python bytes literals (#2204)</title>
<updated>2022-08-14T22:40:46+00:00</updated>
<author>
<name>LaurenceWarne</name>
<email>17688577+LaurenceWarne@users.noreply.github.com</email>
</author>
<published>2022-08-14T22:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=78efbf0bd992871e560b3997645f5b2fe29d0f3c'/>
<id>78efbf0bd992871e560b3997645f5b2fe29d0f3c</id>
<content type='text'>
Disable highlighting of unicode escape codes in python bytes literals,
as described in
https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals.
So escape codes of the form "\N{name}", "\uxxxx" and "\Uxxxxxxxx" will
no longer be highlighted within bytes literals.  Add tests for escape
code highlighting in string and bytes literals.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable highlighting of unicode escape codes in python bytes literals,
as described in
https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals.
So escape codes of the form "\N{name}", "\uxxxx" and "\Uxxxxxxxx" will
no longer be highlighted within bytes literals.  Add tests for escape
code highlighting in string and bytes literals.</pre>
</div>
</content>
</entry>
<entry>
<title>Update Spice lexer (#2206)</title>
<updated>2022-08-12T20:24:15+00:00</updated>
<author>
<name>Marc Auberer</name>
<email>marc.auberer@chillibits.com</email>
</author>
<published>2022-08-12T20:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=bde35a39658d05030c4cd85f702e420540ce8681'/>
<id>bde35a39658d05030c4cd85f702e420540ce8681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GitHub's Dark Style (#2192)</title>
<updated>2022-07-27T12:24:28+00:00</updated>
<author>
<name>Aniket Teredesai</name>
<email>50461557+icy-comet@users.noreply.github.com</email>
</author>
<published>2022-07-27T12:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=4dba17e13412b61b6926a2420e5d0e2511db7f96'/>
<id>4dba17e13412b61b6926a2420e5d0e2511db7f96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some cases in JMESPath lexer (#2182)</title>
<updated>2022-07-20T14:49:56+00:00</updated>
<author>
<name>Álvaro Mondéjar</name>
<email>mondejar1994@gmail.com</email>
</author>
<published>2022-07-20T14:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=68fad61bf281a284769e3a1591a513a796b74d04'/>
<id>68fad61bf281a284769e3a1591a513a796b74d04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `Inform6Lexer` to Inform 6.40 (#2190)</title>
<updated>2022-07-16T06:39:33+00:00</updated>
<author>
<name>David Corbett</name>
<email>corbett.dav@northeastern.edu</email>
</author>
<published>2022-07-16T06:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=4c2be199e6f2beb59eb99d769fdfca3fac9ef8ee'/>
<id>4c2be199e6f2beb59eb99d769fdfca3fac9ef8ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nord theme (#2189)</title>
<updated>2022-07-15T13:52:02+00:00</updated>
<author>
<name>Mateus Furquim</name>
<email>furquim.axs@gmail.com</email>
</author>
<published>2022-07-15T13:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=caff26148843d403c97376eafe849e94a7284ab1'/>
<id>caff26148843d403c97376eafe849e94a7284ab1</id>
<content type='text'>
Co-authored-by: andy &lt;andy.yu2k@gmail.com&gt;
Co-authored-by: Jean-Abou-Samra &lt;jean@abou-samra.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: andy &lt;andy.yu2k@gmail.com&gt;
Co-authored-by: Jean-Abou-Samra &lt;jean@abou-samra.fr&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added COMAL-80 language highlight. (#2180)</title>
<updated>2022-07-15T09:01:59+00:00</updated>
<author>
<name>Marc Rintsch</name>
<email>github.com@rintsch.de</email>
</author>
<published>2022-07-15T09:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=a28fe722ff7b8bd6eeec0febf70bb4f8b3aee6bb'/>
<id>a28fe722ff7b8bd6eeec0febf70bb4f8b3aee6bb</id>
<content type='text'>
* Added COMAL-80 language highlight.

Co-authored-by: Jean Abou Samra &lt;jean@abou-samra.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added COMAL-80 language highlight.

Co-authored-by: Jean Abou Samra &lt;jean@abou-samra.fr&gt;</pre>
</div>
</content>
</entry>
</feed>
