Fixed 'C' and 'D' verbs deleting the newline character
This commit is contained in:
@@ -3,7 +3,7 @@ use std::{
|
||||
};
|
||||
|
||||
|
||||
use ariadne::{Fmt, Label, Span as AriadneSpan};
|
||||
use ariadne::Fmt;
|
||||
|
||||
use crate::{
|
||||
builtin::{
|
||||
|
||||
@@ -2,7 +2,7 @@ use std::{
|
||||
collections::VecDeque,
|
||||
fmt::Display,
|
||||
iter::Peekable,
|
||||
ops::{Bound, Deref, Range, RangeBounds},
|
||||
ops::{Bound, Range, RangeBounds},
|
||||
str::Chars,
|
||||
sync::Arc,
|
||||
};
|
||||
|
||||
@@ -4,11 +4,10 @@ use ariadne::{Fmt, Label, Span as AriadneSpan};
|
||||
use bitflags::bitflags;
|
||||
use fmt::Display;
|
||||
use lex::{LexFlags, LexStream, Span, SpanSource, Tk, TkFlags, TkRule};
|
||||
use yansi::Color;
|
||||
|
||||
use crate::{
|
||||
libsh::{
|
||||
error::{Note, ShErr, ShErrKind, ShResult, next_color},
|
||||
error::{ShErr, ShErrKind, ShResult, next_color},
|
||||
utils::{NodeVecUtils, TkVecUtils},
|
||||
},
|
||||
prelude::*,
|
||||
|
||||
Reference in New Issue
Block a user