Bugs: Browse | Submit New | Admin

[#27635] end delimiter for document/multi-line string error

Date:
2009-12-30 03:18
Priority:
3
Submitted By:
Eli Wang (xenofex)
Assigned To:
Nikolai Weibull (pcp)
Category:
Indent
State:
Open
Summary:
end delimiter for document/multi-line string error

Detailed description
Example:

def a_method
  
  # ...
  # some code here
  # ...
  
  a_multi_line_string = <<SQL
SELECT xxxx
FROM xxx
WHERE xxx
GROUP BY xxx
ORDER BY xxx
SQL # <-- here is the point

end

The end delimiter 'SQL' should not be indented.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
assigned_togsinclair2010-03-18 14:44dkearns