pollen/mode indenting is different from at-exp #154

Closed
opened 7 years ago by mbutterick · 0 comments
mbutterick commented 7 years ago (Migrated from github.com)
#lang at-exp racket/base
@string-append{
 <form
 style= "display:inline-block;
 margin-right:0.5em;
 margin-bottom: 0.5em;
 margin-top: -0.5em;
 height:100%;">}

Yet:

#lang pollen/mode racket/base
◊string-append{
               <form
               style= "display:inline-block;
 margin-right:0.5em;
 margin-bottom: 0.5em;
 margin-top: -0.5em;
 height:100%;">}
```racket #lang at-exp racket/base @string-append{ <form style= "display:inline-block; margin-right:0.5em; margin-bottom: 0.5em; margin-top: -0.5em; height:100%;">} ``` Yet: ```racket #lang pollen/mode racket/base ◊string-append{ <form style= "display:inline-block; margin-right:0.5em; margin-bottom: 0.5em; margin-top: -0.5em; height:100%;">} ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen#154
Loading…
There is no content yet.