Displaying 3 results from an estimated 3 matches for "28http".
Did you mean:
22http
2008 Mar 29
1
Bug?
Hi,
This might be related to the bug reported earlier about parsing URLs
with parens, but the following looks like a bug to me:
[ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP
(file format) - Wikipedia, the free encyclopedia")
gets rendered by Markdown 1.01 as:
<p><a href="http://en.wikipedia.org/wiki/ZIP_(file_format">ZIP
2008 Apr 01
3
HTML entities in URLs and urlencoding
...ions do [2] and discovered that every one escapes with html
entities. Is there something I'm missing or is this a bug? As far as I
can tell, the "&" breaks the query string.
[1]: http://www.rfc-editor.org/rfc/rfc1738.txt
[2]: http://babelmark.bobtfish.net/?markdown=%5BLink%5D%28http%3A%2F%2Fwww.site.com%2F%3Fparam1%3Dvalue1%26param2%3Dvalue1%29&normalize=on&src=1&dest=2
--
----
Waylan Limberg
waylan at gmail.com
2015 Sep 28
3
Parse Instruction
Hi ES,
From what I understand instruction parsing is divided into two parts:
- Parsing an operand list (XXXAsmParser::ParseInstruction)
- Turning the operand list into an actual instruction
(XXXAsmParser::MatchAndEmitInstruction)
The second part does the validation (e.g. how many operands, what kind,
etc) while the first part only does the parsing. That's why I think in
the first part