-
ampersand (&) and unicode characters should not be escaped.
-
^._mail exchanger = [0-9]_ _(._).$ In Reggy it appears that I have to escape the parenthesis in order to define a sub pattern. I do not have to do this when using the same regex to search by grep wi…
-
```
Escape analysis would be great to allow allocation objects on the stack
rather than on the heap.
http://groups.google.com/group/shedskin-discuss/browse_thread/thread/adc334d1194
0b121#
```
Origi…
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
proc void foo() {
char s = '\uFFFF';
}
generates an error.
-
Complex docker run commands create a systemd runscript that doesn't work.
If you're using spaces or quotes or something like this, then you'll get issues with the systemd/system/docker-x.service file…