Changeset 685
- Timestamp:
- 09/03/10 16:23:27 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/parser/docparrstmarkupparser__define.pro
r666 r685 257 257 header_level = 0 258 258 259 if ( lines[l] eq string(replicate(byte('='), lastLineLength))) then begin259 if (strmid(lines[l], lastLineStart) eq string(replicate(byte('='), lastLineLength - lastLineStart))) then begin 260 260 header_level = 1 261 261 endif … … 340 340 341 341 lastLineLength = strlen(lines[l]) 342 lastLineStart = stregex(lines[l], '[^[:space:]]') 342 343 endfor 343 344 end
