mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
July 27, 2021: As per IEEE Std 1003.1-2008, -F "str" is now consistent with -v FS="str" when str is null. Thanks to Warner Losh. July 24, 2021: Fix readrec's definition of a record. This fixes an issue with NetBSD's RS regular expression support that can cause an infinite read loop. Thanks to Miguel Pineiro Jr. Fix regular expression RS ^-anchoring. RS ^-anchoring needs to know if it is reading the first record of a file. This change restores a missing line that was overlooked when porting NetBSD's RS regex functionality. Thanks to Miguel Pineiro Jr. Fix size computation in replace_repeat() for special case REPEAT_WITH_Q. Thanks to Todd C. Miller. Also, included the tests from upstream, though they aren't yet connected to the tree. Sponsored by: Netflix
26 lines
629 B
OpenEdge ABL
26 lines
629 B
OpenEdge ABL
.cstart
|
|
CH3O
|
|
bond 60
|
|
R1: benzene
|
|
R2: aromatic flatring5 pointing down put N at 1 with .V3 at R1.V2
|
|
H below R2.V1
|
|
R3: ring put N at 3 with .V5 at R2.V5
|
|
R4: ring put N at 1 with .V1 at R3.V3
|
|
back bond -120 from R4.V4 ; H
|
|
back bond 60 from R4.V3 ; H
|
|
R5: ring with .V1 at R4.V3
|
|
bond -120 ; C
|
|
doublebond down from C ; O
|
|
CH3O left of C
|
|
back bond 60 from R5.V3 ; H
|
|
back bond down from R5.V4 ; O
|
|
CH3 right of O
|
|
bond 120 from R5.V3 ; O
|
|
bond right lenght .1 from O ; C
|
|
double bond down ; O
|
|
bond right length .1 from C
|
|
B: benzene pointing right
|
|
bond 30 from B ; OCH3
|
|
bond right from B ; OCH3
|
|
bond 150 from B ; OCH3
|
|
.cend
|