mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update parse-status to reflect new long-string syntax better.
This commit is contained in:
		| @@ -716,11 +716,9 @@ static int cfun_state(DstArgs args) { | ||||
|             dst_v_push(buf, '"'); | ||||
|         } else if (s->flags & PFLAG_LONGSTRING) { | ||||
|             int32_t i; | ||||
|             dst_v_push(buf, '\\'); | ||||
|             for (i = 0; i < s->argn; i++) { | ||||
|                 dst_v_push(buf, '='); | ||||
|                 dst_v_push(buf, '`'); | ||||
|             } | ||||
|             dst_v_push(buf, '\\'); | ||||
|         } | ||||
|     } | ||||
|     str = dst_string(buf, dst_v_count(buf)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose